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()
1103 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1113 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
1117 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1125 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1139 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
1144 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1497 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception()
1513 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
2052 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
2069 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
2086 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()