Searched refs:SIL_FAULT (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/um/kernel/
H A Dtrap.c293 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) {
/linux-master/fs/
H A Dsignalfd.c109 * Fall through to the SIL_FAULT case. SIL_FAULT_BNDERR,
113 * and signalfd catches it treat it as SIL_FAULT.
115 case SIL_FAULT:
/linux-master/kernel/
H A Dsignal.c1202 case SIL_FAULT:
2656 case SIL_FAULT:
3300 [SIGILL] = { NSIGILL, SIL_FAULT },
3301 [SIGFPE] = { NSIGFPE, SIL_FAULT },
3302 [SIGSEGV] = { NSIGSEGV, SIL_FAULT },
3303 [SIGBUS] = { NSIGBUS, SIL_FAULT },
3304 [SIGTRAP] = { NSIGTRAP, SIL_FAULT },
3306 [SIGEMT] = { NSIGEMT, SIL_FAULT },
3459 case SIL_FAULT:
3537 case SIL_FAULT
[all...]
/linux-master/include/linux/
H A Dsignal.h43 SIL_FAULT, enumerator in enum:siginfo_layout
/linux-master/arch/arm64/kernel/
H A Dtraps.c430 siginfo_layout(signal, code) != SIL_FAULT)) {

Completed in 141 milliseconds