Searched refs:TARGET_SEGV_MAPERR (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 99 TARGET_SEGV_ACCERR : TARGET_SEGV_MAPERR, addr); in atomic_mmu_lookup() 210 TARGET_SEGV_ACCERR : TARGET_SEGV_MAPERR, addr); in arm_kernel_cmpxchg64_helper() 484 si_code = TARGET_SEGV_MAPERR; in cpu_loop()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_siginfo.h | 75 #define TARGET_SEGV_MAPERR 1 macro
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_siginfo.h | 75 #define TARGET_SEGV_MAPERR 1 macro
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_siginfo.h | 137 #define TARGET_SEGV_MAPERR (1) /* address not mapped to object */ macro
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 123 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_MAPERR, in cpu_loop()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 105 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_MAPERR, addr); in write_ok_or_segv() 278 TARGET_SEGV_ACCERR : TARGET_SEGV_MAPERR), in cpu_loop()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_cpu.h | 122 si_code = TARGET_SEGV_MAPERR; in target_cpu_loop()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.h | 174 si_code = TARGET_SEGV_MAPERR; in target_cpu_loop()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | cpu_loop.c | 127 si_code = TARGET_SEGV_MAPERR; in cpu_loop()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 149 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_MAPERR, env->iaoq_f); in cpu_loop()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 98 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_MAPERR, in cpu_loop()
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 1029 maperr ? TARGET_SEGV_MAPERR : TARGET_SEGV_ACCERR, in cpu_loop_exit_sigsegv()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 751 maperr ? TARGET_SEGV_MAPERR : TARGET_SEGV_ACCERR, in cpu_loop_exit_sigsegv()
|
H A D | syscall_defs.h | 672 #define TARGET_SEGV_MAPERR (1) /* address not mapped to object */ macro
|
H A D | syscall.c | 13470 info.si_code = TARGET_SEGV_MAPERR; in _syscall2()
|