Home
last modified time | relevance | path

Searched refs:TB_EXIT_REQUESTED (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtranslator.c101 tcg_gen_exit_tb(tb, TB_EXIT_REQUESTED); in gen_tb_end()
H A Dcpu-exec.c909 if (*tb_exit != TB_EXIT_REQUESTED) { in cpu_loop_exec_tb()
/openbmc/qemu/include/tcg/
H A Dtcg.h1008 #define TB_EXIT_REQUESTED 3 macro
/openbmc/qemu/tcg/
H A Dtcg-op.c3320 tcg_debug_assert(idx == TB_EXIT_REQUESTED); in tcg_gen_exit_tb()