Searched refs:SIL_FAULT (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/ |
| H A D | signal.c | 1168 case SIL_FAULT: in has_si_pid_and_uid() 2783 case SIL_FAULT: in hide_si_addr_tag_bits() 3425 [SIGILL] = { NSIGILL, SIL_FAULT }, 3426 [SIGFPE] = { NSIGFPE, SIL_FAULT }, 3427 [SIGSEGV] = { NSIGSEGV, SIL_FAULT }, 3428 [SIGBUS] = { NSIGBUS, SIL_FAULT }, 3429 [SIGTRAP] = { NSIGTRAP, SIL_FAULT }, 3431 [SIGEMT] = { NSIGEMT, SIL_FAULT }, 3584 case SIL_FAULT: in copy_siginfo_to_external32() 3662 case SIL_FAULT: in post_copy_siginfo_from_user32()
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 415 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal()
|
| /linux/fs/ |
| H A D | signalfd.c | 114 case SIL_FAULT: in signalfd_copyinfo()
|
| /linux/include/linux/ |
| H A D | signal.h | 43 SIL_FAULT, enumerator
|