Home
last modified time | relevance | path

Searched refs:CF_USE_ICOUNT (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtranslator.c47 if ((cflags & CF_USE_ICOUNT) || !(cflags & CF_NOIRQ)) { in gen_tb_start()
54 if (cflags & CF_USE_ICOUNT) { in gen_tb_start()
78 if (cflags & CF_USE_ICOUNT) { in gen_tb_start()
90 if (cflags & CF_USE_ICOUNT) { in gen_tb_end()
H A Dtcg-accel-ops.c64 cflags |= icount_enabled() ? CF_USE_ICOUNT : 0; in tcg_cpu_init_cflags()
H A Dcpu-exec.c718 cpu->cflags_next_tb = (curr_cflags(cpu) & ~CF_USE_ICOUNT) in cpu_handle_exception()
781 if (cpu->cflags_next_tb != -1 && !(cpu->cflags_next_tb & CF_USE_ICOUNT)) { in icount_exit_request()
H A Dtranslate-all.c212 if (tb_cflags(tb) & CF_USE_ICOUNT) { in cpu_restore_state_from_tb()
/openbmc/qemu/include/exec/
H A Dtranslation-block.h75 #define CF_USE_ICOUNT 0x00002000 macro
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst84 if (tb_cflags(s->base.tb) & CF_USE_ICOUNT) {
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c3679 dc->repz_opt = !dc->jmp_opt && !(cflags & CF_USE_ICOUNT); in i386_tr_init_disas_context()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1172 if ((tb_cflags(dc->base.tb) & CF_USE_ICOUNT) in xtensa_tr_translate_insn()