Searched refs:TRAP_UNK (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/uapi/asm-generic/ |
D | siginfo.h | 255 #define TRAP_UNK 5 /* undiagnosed trap */ macro
|
/Linux-v5.10/arch/alpha/kernel/ |
D | traps.c | 276 send_sig_fault(SIGTRAP, TRAP_UNK, (void __user *) regs->pc, 0, in do_entIF() 334 code = TRAP_UNK; in do_entIF()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | traps.c | 1100 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception() 1122 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
|