Lines Matching refs:SIGTRAP
104 case SIGTRAP: return "unhandled trap"; in signame()
306 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report()
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()
1105 5, SIGTRAP) == NOTIFY_STOP) in DEFINE_INTERRUPT_HANDLER()
1109 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1114 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
1126 5, SIGTRAP) == NOTIFY_STOP) in __single_step_exception()
1131 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception()
1482 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in do_program_check()
1503 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
2012 5, SIGTRAP) == NOTIFY_STOP) { in DEFINE_INTERRUPT_HANDLER()
2029 5, SIGTRAP) == NOTIFY_STOP) { in DEFINE_INTERRUPT_HANDLER()
2046 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()