Home
last modified time | relevance | path

Searched refs:half_size (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qemu-iotests/
H A D31448 half_size=$(( size / 2 ))
72 $QEMU_IO -c "write -c -P 0xaa 0 $half_size" "$TEST_IMG.base" | _filter_qemu_io
73 $QEMU_IO -c "write -c -P 0xbb $half_size $half_size" "$TEST_IMG" \
78 $QEMU_IO -c "read -P 0xaa 0 $half_size" "$TEST_IMG" | _filter_qemu_io
79 $QEMU_IO -c "read -P 0xbb $half_size $half_size" "$TEST_IMG" | _filter_qemu_io
89 $QEMU_IMG create -f raw "$TEST_IMG.base" "$half_size" | _filter_img_create
92 $QEMU_IO -f raw -c "write -P 0xaa 0 $half_size" "$TEST_IMG.base" \
94 $QEMU_IO -c "write -c -P 0xbb $half_size $half_size" \
99 $QEMU_IO -c "read -P 0xaa 0 $half_size" "$TEST_IMG" | _filter_qemu_io
100 $QEMU_IO -c "read -P 0xbb $half_size $half_size" "$TEST_IMG" | _filter_qemu_io
/qemu/accel/tcg/
H A Dcputlb.c2146 unsigned tmp, half_size; in do_ld_beN() local
2166 half_size = 1 << tmp; in do_ld_beN()
2168 ? p->size == half_size in do_ld_beN()
2169 : p->size >= half_size) { in do_ld_beN()
2554 unsigned tmp, half_size; in do_st_leN() local
2576 half_size = 1 << tmp; in do_st_leN()
2578 ? p->size == half_size in do_st_leN()
2579 : p->size >= half_size) { in do_st_leN()