Home
last modified time | relevance | path

Searched refs:od (Results 1 – 9 of 9) sorted by relevance

/qemu/docs/spin/
H A Daio_notify.promela50 od;
58 od
81 od;
85 od;
92 od;
H A Daio_notify_bug.promela46 od;
86 od;
95 od;
103 od;
125 od;
129 :: !event && notifier_done -> do :: true -> skip; od;
H A Daio_notify_accept.promela66 od;
96 od;
107 od;
115 od;
137 od;
141 :: !event && notifier_done -> do :: true -> skip; od;
H A Dtcg-exclusive.promela82 od
99 od; \
104 od; \
198 od;
224 od;
H A Dwin32-qemu-event.promela22 #define RAW_WAIT do :: event -> break; od
/qemu/tests/qemu-iotests/
H A Dcommon.rc108 for byte in $(od -j"$2" -N"$3" -An -v -tu1 "$1"); do
121 for byte in $(od -j"$2" -N"$3" -An -v -tu1 "$1"); do
H A Diotests.py269 od = OrderedDict()
273 od[k] = ordered_qmp(v, conv_keys=False)
274 return od
/qemu/hw/misc/
H A Daspeed_scu.c418 uint32_t od = (hpll_reg >> 4) & 0x1; in aspeed_2400_scu_calc_hpll() local
421 multiplier = (2 - od) * ((n + 2) / (d + 1)); in aspeed_2400_scu_calc_hpll()
/qemu/target/m68k/
H A Dtranslate.c418 uint32_t bd, od; in gen_lea_indexed() local
487 od = (int16_t)read_im16(env, s); in gen_lea_indexed()
489 od = read_im32(env, s); in gen_lea_indexed()
492 od = 0; in gen_lea_indexed()
494 if (od != 0) { in gen_lea_indexed()
495 tcg_gen_addi_i32(tmp, add, od); in gen_lea_indexed()