Lines Matching refs:_exception

368 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)  in _exception()  function
1097 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
1105 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_ASYNC()
1113 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_NMI()
1125 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1130 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
1147 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception()
1206 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1465 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1469 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1521 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1543 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1579 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1585 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1590 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1613 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1620 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1622 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1679 _exception(sig, regs, code, regs->dar); in DEFINE_INTERRUPT_HANDLER()
1701 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1715 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1853 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2093 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2122 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2143 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2186 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2192 _exception(SIGFPE, regs, code, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2219 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2225 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in DEFINE_INTERRUPT_HANDLER()