Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/kernel/
Dtrap.c292 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal()
/linux-6.1.9/kernel/
Dsignal.c1207 case SIL_FAULT: in has_si_pid_and_uid()
2608 case SIL_FAULT: in hide_si_addr_tag_bits()
3246 [SIGILL] = { NSIGILL, SIL_FAULT },
3247 [SIGFPE] = { NSIGFPE, SIL_FAULT },
3248 [SIGSEGV] = { NSIGSEGV, SIL_FAULT },
3249 [SIGBUS] = { NSIGBUS, SIL_FAULT },
3250 [SIGTRAP] = { NSIGTRAP, SIL_FAULT },
3252 [SIGEMT] = { NSIGEMT, SIL_FAULT },
3405 case SIL_FAULT: in copy_siginfo_to_external32()
3483 case SIL_FAULT: in post_copy_siginfo_from_user32()
/linux-6.1.9/fs/
Dsignalfd.c115 case SIL_FAULT: in signalfd_copyinfo()
/linux-6.1.9/include/linux/
Dsignal.h42 SIL_FAULT, enumerator
/linux-6.1.9/arch/arm64/kernel/
Dtraps.c465 siginfo_layout(signal, code) != SIL_FAULT)) { in force_signal_inject()