Searched refs:cpu_restore_state_from_tb (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | translate-all.c | 202 void cpu_restore_state_from_tb(CPUState *cpu, TranslationBlock *tb, in cpu_restore_state_from_tb() function 239 cpu_restore_state_from_tb(cpu, tb, host_pc); in cpu_restore_state() 576 cpu_restore_state_from_tb(cpu, tb, retaddr); in tb_check_watchpoint() 613 cpu_restore_state_from_tb(cpu, tb, retaddr); in cpu_io_recompile()
|
H A D | internal-common.h | 53 void cpu_restore_state_from_tb(CPUState *cpu, TranslationBlock *tb,
|
H A D | tb-maint.c | 1079 cpu_restore_state_from_tb(current_cpu, current_tb, pc); in tb_invalidate_phys_page_unwind() 1141 cpu_restore_state_from_tb(current_cpu, current_tb, retaddr); in tb_invalidate_phys_page_range__locked()
|