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()
1519 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1540 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1582 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1589 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1591 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1648 _exception(sig, regs, code, regs->dar); in DEFINE_INTERRUPT_HANDLER()
1670 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1684 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1822 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2062 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2091 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2112 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2155 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2161 _exception(SIGFPE, regs, code, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2188 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2194 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in DEFINE_INTERRUPT_HANDLER()