Lines Matching refs:_exception

241 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)  in _exception()  function
774 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
788 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
796 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
811 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
864 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1123 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1127 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1166 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1192 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
1235 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1242 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception()
1244 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1291 _exception(sig, regs, code, regs->dar); in alignment_exception()
1341 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1358 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1450 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception()
1578 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
1699 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()
1736 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in altivec_assist_exception()
1756 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
1798 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointException()
1804 _exception(SIGFPE, regs, code, regs->nip); in SPEFloatingPointException()
1830 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointRoundException()
1836 _exception(SIGFPE, regs, 0, regs->nip); in SPEFloatingPointRoundException()