Home
last modified time | relevance | path

Searched refs:TARGET_SEGV_ACCERR (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c98 TARGET_SEGV_ACCERR : TARGET_SEGV_MAPERR, addr); in atomic_mmu_lookup()
209 TARGET_SEGV_ACCERR : TARGET_SEGV_MAPERR, addr); in arm_kernel_cmpxchg64_helper()
478 si_code = TARGET_SEGV_ACCERR; in cpu_loop()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h76 #define TARGET_SEGV_ACCERR 2 macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h76 #define TARGET_SEGV_ACCERR 2 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h138 #define TARGET_SEGV_ACCERR (2) /* invalid permissions for mapped object */ macro
/openbmc/qemu/linux-user/nios2/
H A Dcpu_loop.c127 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_ACCERR, g); in cpu_loop()
/openbmc/qemu/linux-user/s390x/
H A Dcpu_loop.c119 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_ACCERR, in cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h169 si_code = TARGET_SEGV_ACCERR; in target_cpu_loop()
/openbmc/qemu/linux-user/aarch64/
H A Dcpu_loop.c132 si_code = TARGET_SEGV_ACCERR; in cpu_loop()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c275 TARGET_SEGV_ACCERR : TARGET_SEGV_MAPERR), in cpu_loop()
/openbmc/qemu/bsd-user/
H A Dsignal.c1032 maperr ? TARGET_SEGV_MAPERR : TARGET_SEGV_ACCERR, in cpu_loop_exit_sigsegv()
/openbmc/qemu/linux-user/
H A Dsignal.c681 maperr ? TARGET_SEGV_MAPERR : TARGET_SEGV_ACCERR, in cpu_loop_exit_sigsegv()
H A Dsyscall_defs.h673 #define TARGET_SEGV_ACCERR (2) /* invalid permissions for mapped object */ macro