Searched refs:TRAP_UNK (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | siginfo.h | 264 #define TRAP_UNK 5 /* undiagnosed trap */ macro
|
| /Linux-v5.15/arch/alpha/kernel/ |
| D | traps.c | 276 send_sig_fault_trapno(SIGTRAP, TRAP_UNK, in do_entIF() 334 code = TRAP_UNK; in do_entIF()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | traps.c | 1081 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER() 1089 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_ASYNC() 1097 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_NMI() 1114 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
|
| /Linux-v5.15/kernel/ |
| D | signal.c | 3298 ((sig == SIGTRAP) && (si_code == TRAP_UNK)))) in siginfo_layout()
|