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.c1043 TranslationBlock *current_tb; in tb_invalidate_phys_page_unwind() local
1062 current_tb = tcg_tb_lookup(pc); in tb_invalidate_phys_page_unwind()
1069 if (current_tb == tb && in tb_invalidate_phys_page_unwind()
1070 (tb_cflags(current_tb) & CF_COUNT_MASK) != 1) { in tb_invalidate_phys_page_unwind()
1079 cpu_restore_state_from_tb(current_cpu, current_tb, pc); in tb_invalidate_phys_page_unwind()
1107 TranslationBlock *current_tb = retaddr ? tcg_tb_lookup(retaddr) : NULL; in tb_invalidate_phys_page_range__locked() local
1131 if (current_tb == tb && in tb_invalidate_phys_page_range__locked()
1132 (tb_cflags(current_tb) & CF_COUNT_MASK) != 1) { in tb_invalidate_phys_page_range__locked()
1141 cpu_restore_state_from_tb(current_cpu, current_tb, retaddr); in tb_invalidate_phys_page_range__locked()
H A Duser-exec.c733 TranslationBlock *current_tb = tcg_tb_lookup(pc); in page_unprotect() local
734 if (current_tb) { in page_unprotect()
735 current_tb_invalidated = tb_cflags(current_tb) & CF_INVALID; in page_unprotect()