Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h73 #define CF_SINGLE_STEP 0x00000800 /* gdbstub single-step in effect */ macro
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c169 cflags |= CF_NO_GOTO_TB | CF_NO_GOTO_PTR | CF_SINGLE_STEP | 1; in curr_cflags()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c15113 if ((tb_cflags(ctx->base.tb) & CF_SINGLE_STEP) && in mips_tr_init_disas_context()
15197 && !(tb_cflags(ctx->base.tb) & CF_SINGLE_STEP)) { in mips_tr_translate_insn()