Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h25 #define TARGET_SIGTSTP 18 /* stop signal from tty */ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h25 #define TARGET_SIGTSTP 18 /* stop signal from tty */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h30 #define TARGET_SIGTSTP 25 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h40 #define TARGET_SIGTSTP 20 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h22 #define TARGET_SIGTSTP 18 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h31 #define TARGET_SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h29 #define TARGET_SIGTSTP 18 /* stop signal from tty */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h31 #define TARGET_SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h21 #define TARGET_SIGTSTP 18 macro
/openbmc/qemu/gdbstub/
H A Duser-target.c45 TARGET_SIGTSTP,
/openbmc/qemu/bsd-user/
H A Dsignal.c454 case TARGET_SIGTSTP: in fatal_signal()
908 if (sig == TARGET_SIGTSTP || sig == TARGET_SIGTTIN || in handle_pending_signal()
/openbmc/qemu/linux-user/
H A Dsignal.c1280 if (sig == TARGET_SIGTSTP || sig == TARGET_SIGTTIN || sig == TARGET_SIGTTOU) { in handle_pending_signal()