Home
last modified time | relevance | path

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

/linux-6.15/arch/um/kernel/
H A Dtrap.c311 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal()
/linux-6.15/kernel/
H A Dsignal.c1170 case SIL_FAULT: in has_si_pid_and_uid()
2780 case SIL_FAULT: in hide_si_addr_tag_bits()
3423 [SIGILL] = { NSIGILL, SIL_FAULT },
3424 [SIGFPE] = { NSIGFPE, SIL_FAULT },
3425 [SIGSEGV] = { NSIGSEGV, SIL_FAULT },
3426 [SIGBUS] = { NSIGBUS, SIL_FAULT },
3427 [SIGTRAP] = { NSIGTRAP, SIL_FAULT },
3429 [SIGEMT] = { NSIGEMT, SIL_FAULT },
3582 case SIL_FAULT: in copy_siginfo_to_external32()
3660 case SIL_FAULT: in post_copy_siginfo_from_user32()
/linux-6.15/fs/
H A Dsignalfd.c114 case SIL_FAULT: in signalfd_copyinfo()
/linux-6.15/include/linux/
H A Dsignal.h43 SIL_FAULT, enumerator
/linux-6.15/arch/arm64/kernel/
H A Dtraps.c428 siginfo_layout(signal, code) != SIL_FAULT)) { in force_signal_inject()