Home
last modified time | relevance | path

Searched refs:SIL_FAULT (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/
H A Dsignal.c1168 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 Dtrap.c415 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal()
/linux/fs/
H A Dsignalfd.c114 case SIL_FAULT: in signalfd_copyinfo()
/linux/include/linux/
H A Dsignal.h43 SIL_FAULT, enumerator