Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h50 #define TARGET_SA_RESETHAND 0x0004 /* reset to SIG_DFL when taking signal */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h50 #define TARGET_SA_RESETHAND 0x0004 /* reset to SIG_DFL when taking signal */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h17 #define TARGET_SA_RESETHAND 0x80000000 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h59 #define TARGET_SA_RESETHAND 0x00000004 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h63 #define TARGET_SA_RESETHAND 4u macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h65 #define TARGET_SA_RESETHAND 0x80000000 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h66 #define TARGET_SA_RESETHAND 0x80000000 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h59 #define TARGET_SA_RESETHAND 0x0004 /* reset to SIG_DFL when taking signal */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h60 #define TARGET_SA_RESETHAND 0x00000010 macro
/openbmc/qemu/bsd-user/
H A Dsignal.c958 if (sa->sa_flags & TARGET_SA_RESETHAND) { in handle_pending_signal()
/openbmc/qemu/linux-user/
H A Dsignal.c1249 if (sa->sa_flags & TARGET_SA_RESETHAND) { in handle_pending_signal()