Searched refs:TRAP_UNK (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 267 #define TRAP_UNK 5 /* undiagnosed trap */ macro
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | traps.c | 288 send_sig_fault_trapno(SIGTRAP, TRAP_UNK, in do_entIF() 346 code = TRAP_UNK; in do_entIF()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1097 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER() 1105 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_ASYNC() 1113 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_NMI() 1130 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/kernel/ |
H A D | signal.c | 3348 ((sig == SIGTRAP) && (si_code == TRAP_UNK)))) in siginfo_layout()
|