Searched refs:TRAP_UNK (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 262 #define TRAP_UNK 5 /* undiagnosed trap */ macro
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | traps.c | 256 send_sig_fault_trapno(SIGTRAP, TRAP_UNK, in do_entIF() 314 code = TRAP_UNK; in do_entIF()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | traps.c | 1096 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER() 1104 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_ASYNC() 1112 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_NMI() 1129 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
|
| /linux-6.15/kernel/ |
| H A D | signal.c | 3479 ((sig == SIGTRAP) && (si_code == TRAP_UNK)))) in siginfo_layout()
|