Lines Matching refs:_exception
376 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
1003 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1017 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1025 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1044 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1098 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1357 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1361 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1411 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1432 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
1475 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1482 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception()
1484 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1533 _exception(sig, regs, code, regs->dar); in alignment_exception()
1576 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1593 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1732 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception()
1937 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()
1975 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in altivec_assist_exception()
1995 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
2037 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointException()
2043 _exception(SIGFPE, regs, code, regs->nip); in SPEFloatingPointException()
2069 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointRoundException()
2075 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in SPEFloatingPointRoundException()