Lines Matching refs:_exception
106 _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
201 _exception(SIGBUS, regs, BUS_ADRERR, regs->nip); in MachineCheckException()
305 _exception(SIGTRAP, regs, 0, 0); in UnknownException()
313 _exception(SIGTRAP, regs, TRAP_BRKPT, 0); in InstructionBreakpoint()
319 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
373 _exception(SIGTRAP, regs, TRAP_TRACE, 0); in emulate_single_step()
416 _exception(SIGFPE, regs, code, regs->nip); in ProgramCheckException()
424 _exception(SIGTRAP, regs, TRAP_BRKPT, 0); in ProgramCheckException()
434 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in ProgramCheckException()
438 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in ProgramCheckException()
447 _exception(SIGTRAP, regs, TRAP_TRACE, 0); in SingleStepException()
464 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->dar); in AlignmentException()
469 _exception(SIGBUS, regs, BUS_ADRALN, regs->dar); in AlignmentException()
510 _exception(SIGFPE, regs, 0, 0); in SoftwareEmulation()
512 _exception(SIGSEGV, regs, 0, 0); in SoftwareEmulation()
514 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
535 _exception(SIGTRAP, regs, 0, 0); in DebugException()
544 _exception(SIGTRAP, regs, 0, 0); in DebugException()