Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h480 int goto_tb_issue_mask; member
/openbmc/qemu/tcg/
H A Dtcg-op.c3316 tcg_debug_assert(tcg_ctx->goto_tb_issue_mask & (1 << idx)); in tcg_gen_exit_tb()
3334 tcg_debug_assert((tcg_ctx->goto_tb_issue_mask & (1 << idx)) == 0); in tcg_gen_goto_tb()
3335 tcg_ctx->goto_tb_issue_mask |= 1 << idx; in tcg_gen_goto_tb()
H A Dtcg.c1506 s->goto_tb_issue_mask = 0; in tcg_func_start()