Lines Matching refs:SIGTRAP
104 case SIGTRAP: return "unhandled trap"; in signame()
300 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report()
1085 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1095 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
1099 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1107 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1121 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
1126 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1477 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception()
1493 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1982 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1999 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
2016 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()