Searched refs:SIL_FAULT (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 1201 case SIL_FAULT: in has_si_pid_and_uid() 2532 case SIL_FAULT: in hide_si_addr_tag_bits() 3168 [SIGILL] = { NSIGILL, SIL_FAULT }, 3169 [SIGFPE] = { NSIGFPE, SIL_FAULT }, 3170 [SIGSEGV] = { NSIGSEGV, SIL_FAULT }, 3171 [SIGBUS] = { NSIGBUS, SIL_FAULT }, 3172 [SIGTRAP] = { NSIGTRAP, SIL_FAULT }, 3174 [SIGEMT] = { NSIGEMT, SIL_FAULT }, 3318 case SIL_FAULT: in copy_siginfo_to_external32() 3398 case SIL_FAULT: in post_copy_siginfo_from_user32()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | trap.c | 291 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | signalfd.c | 114 case SIL_FAULT: in signalfd_copyinfo()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | signal.h | 42 SIL_FAULT, enumerator
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | traps.c | 376 siginfo_layout(signal, code) != SIL_FAULT)) { in force_signal_inject()
|