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()
1204 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1461 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1465 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1517 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1539 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1575 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1581 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1586 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1609 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1616 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1618 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1675 _exception(sig, regs, code, regs->dar); in DEFINE_INTERRUPT_HANDLER()
1697 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1711 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1849 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2089 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2118 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2139 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2182 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2188 _exception(SIGFPE, regs, code, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2215 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2221 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in DEFINE_INTERRUPT_HANDLER()