Lines Matching refs:_exception

361 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)  in _exception()  function
1085 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1099 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1107 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1126 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1180 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1439 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1443 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1493 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1514 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
1558 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1565 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception()
1567 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1616 _exception(sig, regs, code, regs->dar); in alignment_exception()
1651 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1668 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1807 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception()
2016 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()
2054 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in altivec_assist_exception()
2074 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
2120 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointException()
2126 _exception(SIGFPE, regs, code, regs->nip); in SPEFloatingPointException()
2156 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointRoundException()
2162 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in SPEFloatingPointRoundException()