Home
last modified time | relevance | path

Searched refs:_exception (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dtraps.c106 _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()
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Dtraps.c101 _exception(int signr, siginfo_t *info, struct pt_regs *regs) in _exception() function
210 _exception(SIGBUS, &info, regs); in recover_mce()
301 _exception(SIGTRAP, &info, regs); in UnknownException()
317 _exception(SIGTRAP, &info, regs); in InstructionBreakpointException()
356 _exception(SIGFPE, info, regs); in parse_fpe()
368 _exception(SIGILL, &info, regs); in IllegalAltiVecInstruction()
388 _exception(SIGILL, &info, regs); in ProgramCheckException()
400 _exception(SIGTRAP, &info, regs); in ProgramCheckException()
408 _exception(SIGILL, &info, regs); in ProgramCheckException()
451 _exception(SIGTRAP, &info, regs); in AltiVecAssistException()
[all …]