Lines Matching refs:SIGTRAP
103 case SIGTRAP: return "unhandled trap"; in signame()
306 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report()
1100 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1110 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
1114 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1122 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1136 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
1141 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1492 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception()
1508 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
2018 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
2035 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
2052 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()