Home
last modified time | relevance | path

Searched refs:cpu_loop_exit_restore (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/qemu/accel/tcg/
H A Dcpu-exec-common.c76 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 Dwatchpoint.c105 cpu_loop_exit_restore(cpu, ra); in cpu_check_watchpoint()
/openbmc/qemu/accel/stubs/
H A Dtcg-stub.c21 G_NORETURN void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc) in cpu_loop_exit_restore() function
/openbmc/qemu/target/ppc/
H A Duser_only_helper.c53 cpu_loop_exit_restore(cs, retaddr); in ppc_cpu_record_sigsegv()
H A Dtcg-excp_helper.c43 cpu_loop_exit_restore(cs, raddr); in raise_exception_err_ra()
292 cpu_loop_exit_restore(cs, retaddr); in ppc_cpu_do_transaction_failed()
/openbmc/qemu/scripts/coccinelle/
H A Dcpu_restore_state.cocci19 + cpu_loop_exit_restore(C, A);
/openbmc/qemu/target/i386/tcg/user/
H A Dexcp_helper.c48 cpu_loop_exit_restore(cs, ra); in x86_cpu_record_sigsegv()
/openbmc/qemu/target/openrisc/
H A Dexception_helper.c38 cpu_loop_exit_restore(cs, pc); in do_range()
H A Dmmu.c140 cpu_loop_exit_restore(cs, retaddr); in openrisc_cpu_tlb_fill()
H A Dfpu_helper.c53 cpu_loop_exit_restore(cs, pc); in do_fpe()
/openbmc/qemu/target/alpha/
H A Dmem_helper.c71 cpu_loop_exit_restore(cs, retaddr); in alpha_cpu_do_transaction_failed()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c82 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 Dhelper.c146 cpu_loop_exit_restore(cs, retaddr); in mb_cpu_tlb_fill()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c150 cpu_loop_exit_restore(cs, pc); in do_raise_exception_err()
/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c109 cpu_loop_exit_restore(cs, retaddr); in raise_interrupt2()
/openbmc/qemu/target/sparc/
H A Dhelper.c31 cpu_loop_exit_restore(cs, ra); in cpu_raise_exception_ra()
H A Dmmu_helper.c260 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 Dcpu-common.h226 G_NORETURN void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc);
/openbmc/qemu/target/tricore/
H A Dhelper.c97 cpu_loop_exit_restore(cs, retaddr); in tricore_cpu_tlb_fill()
/openbmc/qemu/target/sh4/
H A Dop_helper.c43 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 Dhelper.c250 cpu_loop_exit_restore(cs, cs->mem_io_pc); in avr_cpu_trap_write()
/openbmc/qemu/bsd-user/
H A Dsignal.c578 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 Dexcp_helper.c119 cpu_loop_exit_restore(cs, retaddr); in s390_cpu_record_sigsegv()
198 cpu_loop_exit_restore(cs, retaddr); in s390_cpu_tlb_fill()
/openbmc/qemu/linux-user/
H A Dsignal.c766 cpu_loop_exit_restore(cpu, ra); in cpu_loop_exit_sigsegv()
780 cpu_loop_exit_restore(cpu, ra); in cpu_loop_exit_sigbus()
1096 cpu_loop_exit_restore(cpu, pc); in host_signal_handler()
/openbmc/qemu/target/s390x/
H A Dmmu_helper.c565 cpu_loop_exit_restore(CPU(cpu), ra); in s390_cpu_virt_mem_handle_exc()

12