Searched refs:cpu_restore_state_from_tb (Results 1 – 3 of 3) sorted by relevance
/qemu/accel/tcg/ |
H A D | translate-all.c | 174 void cpu_restore_state_from_tb(CPUState *cpu, TranslationBlock *tb, in cpu_restore_state_from_tb() function 211 cpu_restore_state_from_tb(cpu, tb, host_pc); in cpu_restore_state() 547 cpu_restore_state_from_tb(cpu, tb, retaddr); in tb_check_watchpoint() 580 cpu_restore_state_from_tb(cpu, tb, retaddr); in cpu_io_recompile()
|
H A D | internal-common.h | 55 void cpu_restore_state_from_tb(CPUState *cpu, TranslationBlock *tb,
|
H A D | tb-maint.c | 1077 cpu_restore_state_from_tb(cpu, current_tb, pc); in tb_invalidate_phys_page_unwind() 1142 cpu_restore_state_from_tb(cpu, current_tb, retaddr); in tb_invalidate_phys_page_range__locked()
|