Searched refs:SIL_FAULT (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/ |
H A D | signal.c | 1213 case SIL_FAULT: in has_si_pid_and_uid() 2651 case SIL_FAULT: in hide_si_addr_tag_bits() 3292 [SIGILL] = { NSIGILL, SIL_FAULT }, 3293 [SIGFPE] = { NSIGFPE, SIL_FAULT }, 3294 [SIGSEGV] = { NSIGSEGV, SIL_FAULT }, 3295 [SIGBUS] = { NSIGBUS, SIL_FAULT }, 3296 [SIGTRAP] = { NSIGTRAP, SIL_FAULT }, 3298 [SIGEMT] = { NSIGEMT, SIL_FAULT }, 3451 case SIL_FAULT: in copy_siginfo_to_external32() 3529 case SIL_FAULT: in post_copy_siginfo_from_user32()
|
/openbmc/linux/arch/um/kernel/ |
H A D | trap.c | 293 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal()
|
/openbmc/linux/fs/ |
H A D | signalfd.c | 115 case SIL_FAULT: in signalfd_copyinfo()
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 42 SIL_FAULT, enumerator
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | traps.c | 430 siginfo_layout(signal, code) != SIL_FAULT)) { in force_signal_inject()
|