Lines Matching refs:_exception
367 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
1096 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
1104 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_ASYNC()
1112 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_NMI()
1124 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1129 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER()
1146 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception()
1205 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1464 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1468 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1520 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1542 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1578 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1584 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1589 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1612 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1619 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1621 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1678 _exception(sig, regs, code, regs->dar); in DEFINE_INTERRUPT_HANDLER()
1700 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1714 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1852 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2092 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2121 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2142 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2185 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2191 _exception(SIGFPE, regs, code, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2218 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2224 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in DEFINE_INTERRUPT_HANDLER()