Home
last modified time | relevance | path

Searched refs:CF_SINGLE_STEP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dcpu-exec-common.c50 cflags |= CF_NO_GOTO_TB | CF_NO_GOTO_PTR | CF_SINGLE_STEP | 1; in curr_cflags()
/openbmc/qemu/include/exec/
H A Dtranslation-block.h76 #define CF_SINGLE_STEP 0x00000800 /* gdbstub single-step in effect */ macro
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1372 (!(tb_cflags(s->base.tb) & (CF_USE_ICOUNT | CF_SINGLE_STEP)) in do_gen_rep()