Home
last modified time | relevance | path

Searched refs:TARGET_SIGSYS (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h19 #define TARGET_SIGSYS 12 /* bad argument to system call */ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h19 #define TARGET_SIGSYS 12 /* bad argument to system call */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h36 #define TARGET_SIGSYS 31 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h51 #define TARGET_SIGSYS 31 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h16 #define TARGET_SIGSYS 12 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h17 #define TARGET_SIGSYS 12 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h23 #define TARGET_SIGSYS 12 /* bad argument to system call */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h17 #define TARGET_SIGSYS 12 macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h15 #define TARGET_SIGSYS 12 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c73 force_sig_fault(TARGET_SIGSYS, TARGET_SI_KERNEL, env->pc); in cpu_loop()
/openbmc/qemu/gdbstub/
H A Duser-target.c39 TARGET_SIGSYS,