Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h26 #define TARGET_SIGCONT 19 /* continue a stopped process */ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h26 #define TARGET_SIGCONT 19 /* continue a stopped process */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h31 #define TARGET_SIGCONT 26 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h38 #define TARGET_SIGCONT 18 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h23 #define TARGET_SIGCONT 19 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h32 #define TARGET_SIGCONT 25 /* Continue (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h30 #define TARGET_SIGCONT 19 /* continue a stopped process */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h32 #define TARGET_SIGCONT 25 /* Continue (POSIX). */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h22 #define TARGET_SIGCONT 19 macro
/openbmc/qemu/bsd-user/
H A Dstrace.c308 case TARGET_SIGCONT: in print_signal()
H A Dsignal.c452 case TARGET_SIGCONT: in fatal_signal()
913 sig != TARGET_SIGCONT) { in handle_pending_signal()
/openbmc/qemu/gdbstub/
H A Duser-target.c46 TARGET_SIGCONT,
/openbmc/qemu/linux-user/
H A Dsignal.c1285 sig != TARGET_SIGCONT) { in handle_pending_signal()