Home
last modified time | relevance | path

Searched refs:TARGET_SIGKILL (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h16 #define TARGET_SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h16 #define TARGET_SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h13 #define TARGET_SIGKILL 9 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h29 #define TARGET_SIGKILL 9 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h13 #define TARGET_SIGKILL 9 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h14 #define TARGET_SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h20 #define TARGET_SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h14 #define TARGET_SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h12 #define TARGET_SIGKILL 9 macro
/openbmc/qemu/bsd-user/
H A Dstrace.c284 case TARGET_SIGKILL: in print_signal()
H A Dsignal.c668 if ((sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP) && in do_sigaction()
/openbmc/qemu/gdbstub/
H A Duser-target.c36 TARGET_SIGKILL,
/openbmc/qemu/linux-user/
H A Dsignal.c1161 if (act && (sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP)) { in do_sigaction()