Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h66 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h66 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h68 #define TARGET_SS_ONSTACK 1 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h55 #define TARGET_SS_ONSTACK 1 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h54 #define TARGET_SS_ONSTACK 1 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h56 #define TARGET_SS_ONSTACK 1 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h57 #define TARGET_SS_ONSTACK 1 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h78 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h53 #define TARGET_SS_ONSTACK 1 macro
/openbmc/qemu/bsd-user/
H A Dsignal.c624 && ss.ss_flags != TARGET_SS_ONSTACK in do_sigaltstack()
/openbmc/qemu/linux-user/
H A Dsignal.c320 case TARGET_SS_ONSTACK: in target_restore_altstack()