Searched refs:current_tb (Results 1 – 2 of 2) sorted by relevance
1043 TranslationBlock *current_tb; in tb_invalidate_phys_page_unwind() local1062 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() local1131 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()
732 TranslationBlock *current_tb = tcg_tb_lookup(pc); in page_unprotect() local733 if (current_tb) { in page_unprotect()734 current_tb_invalidated = tb_cflags(current_tb) & CF_INVALID; in page_unprotect()