/openbmc/qemu/scripts/coccinelle/ |
H A D | cpu_restore_state.cocci | 1 // Remove unneeded tests before calling cpu_restore_state 4 // --sp-file ./scripts/coccinelle/cpu_restore_state.cocci \ 11 cpu_restore_state(C, A); 17 - cpu_restore_state(C, A);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 274 cpu_restore_state(cs, retaddr); in arm_cpu_do_unaligned_access() 314 cpu_restore_state(cs, retaddr); in arm_cpu_do_transaction_failed() 360 cpu_restore_state(cs, ra); in arm_cpu_tlb_fill_align() 378 cpu_restore_state(cs, ra); in arm_cpu_record_sigsegv()
|
H A D | op_helper.c | 82 cpu_restore_state(cs, ra); in raise_exception_ra()
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.c | 258 cpu_restore_state(CPU(cpu), retaddr); in xtensa_cpu_do_unaligned_access() 288 cpu_restore_state(cs, retaddr); in xtensa_cpu_tlb_fill() 300 cpu_restore_state(cs, retaddr); in xtensa_cpu_do_transaction_failed()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec-common.c | 47 cpu_restore_state(cpu, pc); in cpu_loop_exit_restore()
|
H A D | translate-all.c | 224 bool cpu_restore_state(CPUState *cpu, uintptr_t host_pc) in cpu_restore_state() function
|
/openbmc/qemu/target/alpha/ |
H A D | mem_helper.c | 31 cpu_restore_state(env_cpu(env), retaddr); in do_unaligned_access()
|
H A D | helper.c | 531 cpu_restore_state(cs, retaddr); in dynamic_excp()
|
/openbmc/qemu/target/openrisc/ |
H A D | sys_helper.c | 69 cpu_restore_state(cs, GETPC()); in HELPER() 155 cpu_restore_state(cs, GETPC()); in HELPER()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 219 bool cpu_restore_state(CPUState *cpu, uintptr_t host_pc);
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 159 cpu_restore_state(cs, retaddr); in hppa_cpu_do_unaligned_access()
|
H A D | op_helper.c | 339 cpu_restore_state(env_cpu(env), GETPC()); in HELPER()
|
H A D | mem_helper.c | 402 cpu_restore_state(cs, retaddr); in raise_exception_with_ior()
|
/openbmc/qemu/target/microblaze/ |
H A D | helper.c | 279 cpu_restore_state(cs, retaddr); in mb_cpu_do_unaligned_access()
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | 449 cpu_restore_state(cs, retaddr); in m68k_cpu_transaction_failed() 546 cpu_restore_state(cs, raddr); in raise_exception_format2()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 41 cpu_restore_state(cs, ra); in tcg_s390_program_interrupt()
|
/openbmc/qemu/docs/devel/ |
H A D | tcg.rst | 82 ``cpu_get_tb_cpu_state()`` and ``cpu_restore_state()``.
|
H A D | loads-stores.rst | 95 to ``cpu_restore_state()``. Therefore the value should either be 0,
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 731 cpu_restore_state(cs, retaddr); in cpu_vmexit()
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 3155 cpu_restore_state(cs, retaddr); in ppc_cpu_do_unaligned_access()
|
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 34 cpu_restore_state(cs, pc); in raise_exception_sync_internal()
|