Home
last modified time | relevance | path

Searched refs:current_tb (Results 1 – 2 of 2) sorted by relevance

/qemu/accel/tcg/
H A Dtb-maint.c1044 TranslationBlock *current_tb; in tb_invalidate_phys_page_unwind() local
1060 current_tb = tcg_tb_lookup(pc); in tb_invalidate_phys_page_unwind()
1067 if (current_tb == tb && in tb_invalidate_phys_page_unwind()
1068 (tb_cflags(current_tb) & CF_COUNT_MASK) != 1) { in tb_invalidate_phys_page_unwind()
1077 cpu_restore_state_from_tb(cpu, current_tb, pc); in tb_invalidate_phys_page_unwind()
1106 TranslationBlock *current_tb = NULL; in tb_invalidate_phys_page_range__locked() local
1112 current_tb = tcg_tb_lookup(retaddr); in tb_invalidate_phys_page_range__locked()
1132 if (unlikely(current_tb == tb) && in tb_invalidate_phys_page_range__locked()
1133 (tb_cflags(current_tb) & CF_COUNT_MASK) != 1) { in tb_invalidate_phys_page_range__locked()
1142 cpu_restore_state_from_tb(cpu, current_tb, retaddr); in tb_invalidate_phys_page_range__locked()
H A Duser-exec.c743 TranslationBlock *current_tb = tcg_tb_lookup(pc); in page_unprotect() local
744 if (current_tb) { in page_unprotect()
745 current_tb_invalidated = tb_cflags(current_tb) & CF_INVALID; in page_unprotect()