Lines Matching refs:_exception

367 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)  in _exception()  function
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()
1109 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1114 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
1131 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception()
1188 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1445 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1449 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1503 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1524 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1566 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1573 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1575 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1632 _exception(sig, regs, code, regs->dar); in DEFINE_INTERRUPT_HANDLER()
1654 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1668 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1806 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2046 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2075 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2096 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2140 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2146 _exception(SIGFPE, regs, code, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2174 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2180 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in DEFINE_INTERRUPT_HANDLER()