Lines Matching defs:_exception

349 	 * reason why _exception() should enable irqs for an exception handler,
368 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)
1097 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1105 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1113 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1125 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
1130 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1147 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip);
1206 _exception(SIGFPE, regs, code, regs->nip);
1465 _exception(SIGFPE, regs, code, regs->nip);
1469 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
1521 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
1543 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
1579 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
1585 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
1590 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
1613 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
1620 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
1622 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1679 _exception(sig, regs, code, regs->dar);
1701 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1715 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1853 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
2093 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip);
2122 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
2143 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
2186 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
2192 _exception(SIGFPE, regs, code, regs->nip);
2219 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
2225 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip);