Lines Matching refs:_exception

232 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)  in _exception()  function
712 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
722 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
727 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
740 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
790 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1025 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1048 _exception(SIGFPE, regs, code, regs->nip); in program_check_exception()
1052 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1066 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1072 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception()
1074 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1114 _exception(sig, regs, code, regs->dar); in alignment_exception()
1155 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1169 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1213 _exception(SIGFPE, regs, code, regs->nip); in SoftwareEmulation()
1217 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in SoftwareEmulation()
1220 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
1234 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
1237 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in SoftwareEmulation()
1241 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
1362 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()
1399 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in altivec_assist_exception()
1421 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_assist_exception()
1434 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
1476 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointException()
1482 _exception(SIGFPE, regs, code, regs->nip); in SPEFloatingPointException()
1508 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in SPEFloatingPointRoundException()
1514 _exception(SIGFPE, regs, 0, regs->nip); in SPEFloatingPointRoundException()