Home
last modified time | relevance | path

Searched refs:jmp_reset_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dmonitor.c120 if (tb->jmp_reset_offset[0] != TB_JMP_OFFSET_INVALID) { in tb_tree_stats_iter()
122 if (tb->jmp_reset_offset[1] != TB_JMP_OFFSET_INVALID) { in tb_tree_stats_iter()
H A Dtranslate-all.c523 if (tb->jmp_reset_offset[0] != TB_JMP_OFFSET_INVALID) { in tb_gen_code()
526 if (tb->jmp_reset_offset[1] != TB_JMP_OFFSET_INVALID) { in tb_gen_code()
H A Dtb-maint.c856 uintptr_t addr = (uintptr_t)(tb->tc.ptr + tb->jmp_reset_offset[n]); in tb_reset_jump()
/openbmc/qemu/include/exec/
H A Dtranslation-block.h120 uint16_t jmp_reset_offset[2]; /* offset of original jump target */ member
/openbmc/qemu/tcg/
H A Dtcg.c395 s->gen_tb->jmp_reset_offset[which] = tcg_current_code_size(s); in set_jmp_reset_offset()
6163 tb->jmp_reset_offset[0] = TB_JMP_OFFSET_INVALID; in tcg_gen_code()
6164 tb->jmp_reset_offset[1] = TB_JMP_OFFSET_INVALID; in tcg_gen_code()