| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec-common.c | 76 void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc) in cpu_loop_exit_restore() function 89 cpu_loop_exit_restore(cpu, pc); in cpu_loop_exit_atomic()
|
| H A D | watchpoint.c | 105 cpu_loop_exit_restore(cpu, ra); in cpu_check_watchpoint()
|
| /openbmc/qemu/accel/stubs/ |
| H A D | tcg-stub.c | 21 G_NORETURN void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc) cpu_loop_exit_restore() function
|
| /openbmc/qemu/target/ppc/ |
| H A D | user_only_helper.c | 53 cpu_loop_exit_restore(cs, retaddr); in ppc_cpu_record_sigsegv()
|
| H A D | tcg-excp_helper.c | 43 cpu_loop_exit_restore(cs, raddr); in raise_exception_err_ra() 304 cpu_loop_exit_restore(cs, retaddr); in ppc_cpu_debug_excp_handler()
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | cpu_restore_state.cocci | 19 + cpu_loop_exit_restore(C, A);
|
| /openbmc/qemu/target/i386/tcg/user/ |
| H A D | excp_helper.c | 48 cpu_loop_exit_restore(cs, ra); in x86_cpu_record_sigsegv()
|
| /openbmc/qemu/target/openrisc/ |
| H A D | exception_helper.c | 38 cpu_loop_exit_restore(cs, pc); in do_range()
|
| H A D | mmu.c | 139 cpu_loop_exit_restore(cs, retaddr); in openrisc_cpu_tlb_fill()
|
| H A D | fpu_helper.c | 53 cpu_loop_exit_restore(cs, pc); in do_fpe()
|
| /openbmc/qemu/target/alpha/ |
| H A D | mem_helper.c | 71 cpu_loop_exit_restore(cs, retaddr); in alpha_cpu_do_transaction_failed()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | op_helper.c | 82 cpu_loop_exit_restore(cs, unwind_pc); in raise_divzero() 126 cpu_loop_exit_restore(cs, ra); in raise_fpu_exception() 393 cpu_loop_exit_restore(cs, GETPC()); in helper_stackprot() 447 cpu_loop_exit_restore(cs, retaddr); in mb_transaction_failed_internal()
|
| H A D | helper.c | 149 cpu_loop_exit_restore(cs, retaddr); in mb_cpu_do_interrupt()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | exception.c | 150 cpu_loop_exit_restore(cs, pc); in do_raise_exception_err()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | excp_helper.c | 112 cpu_loop_exit_restore(cs, retaddr);
|
| /openbmc/qemu/target/sparc/ |
| H A D | helper.c | 32 cpu_loop_exit_restore(cs, ra); in cpu_raise_exception_ra()
|
| H A D | mmu_helper.c | 260 cpu_loop_exit_restore(cs, retaddr); in sparc_cpu_tlb_fill() 782 cpu_loop_exit_restore(cs, retaddr); in sparc_cpu_tlb_fill()
|
| /openbmc/qemu/include/exec/ |
| H A D | cpu-common.h | 203 G_NORETURN void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc);
|
| /openbmc/qemu/target/tricore/ |
| H A D | helper.c | 97 cpu_loop_exit_restore(cs, retaddr); in tricore_cpu_tlb_fill()
|
| /openbmc/qemu/target/sh4/ |
| H A D | op_helper.c | 43 cpu_loop_exit_restore(cs, retaddr); in superh_cpu_do_unaligned_access() 64 cpu_loop_exit_restore(cs, retaddr); in raise_exception()
|
| /openbmc/qemu/target/avr/ |
| H A D | helper.c | 253 cpu_loop_exit_restore(cs, cs->mem_io_pc);
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 578 cpu_loop_exit_restore(cpu, pc); in host_signal_handler() 1046 cpu_loop_exit_restore(cpu, ra); in cpu_loop_exit_sigsegv() 1060 cpu_loop_exit_restore(cpu, ra); in cpu_loop_exit_sigbus()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | excp_helper.c | 121 cpu_loop_exit_restore(cs, retaddr); 194 * within cpu_loop_exit_restore. For code accesses, retaddr == 0, in s390_cpu_tlb_fill() 200 cpu_loop_exit_restore(cs, retaddr);
|
| /openbmc/qemu/linux-user/ |
| H A D | signal.c | 768 cpu_loop_exit_restore(cpu, ra); 782 cpu_loop_exit_restore(cpu, ra); 1098 cpu_loop_exit_restore(cpu, pc); in host_signal_handler()
|
| /openbmc/qemu/target/s390x/ |
| H A D | mmu_helper.c | 576 cpu_loop_exit_restore(CPU(cpu), ra);
|