Lines Matching refs:_exception

241 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)  in _exception()  function
772 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
786 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
794 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
809 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
862 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1121 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1125 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1164 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1190 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
1233 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1240 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception()
1242 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1289 _exception(sig, regs, code, regs->dar); in alignment_exception()
1339 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1356 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1413 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception()
1541 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
1662 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()
1699 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in altivec_assist_exception()
1719 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
1761 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointException()
1767 _exception(SIGFPE, regs, code, regs->nip); in SPEFloatingPointException()
1793 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointRoundException()
1799 _exception(SIGFPE, regs, 0, regs->nip); in SPEFloatingPointRoundException()