/linux-3.4.99/arch/microblaze/kernel/ |
D | exceptions.c | 55 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16); in sw_exception() 60 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function 92 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception() 102 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception() 112 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception() 122 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception() 143 _exception(SIGFPE, regs, fsr, addr); in full_exception() 149 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | traps.c | 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() [all …]
|
/linux-3.4.99/arch/avr32/kernel/ |
D | traps.c | 76 void _exception(long signr, struct pt_regs *regs, int code, in _exception() function 128 _exception(SIGBUS, regs, BUS_ADRALN, regs->pc); in do_address_exception() 244 _exception(SIGILL, regs, code, regs->pc); in do_illegal_opcode() 248 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->pc); in do_illegal_opcode() 254 _exception(SIGILL, regs, ILL_COPROC, regs->pc); in do_fpe()
|
D | ptrace.c | 353 _exception(SIGTRAP, regs, code, instruction_pointer(regs)); in do_debug()
|
/linux-3.4.99/arch/powerpc/mm/ |
D | icswx.c | 205 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault() 284 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault()
|
D | fault.c | 466 _exception(SIGSEGV, regs, code, address); in do_page_fault()
|
D | hash_utils_64.c | 1200 _exception(SIGSEGV, regs, SEGV_ACCERR, address); in low_hash_fault() 1203 _exception(SIGBUS, regs, BUS_ADRERR, address); in low_hash_fault()
|
/linux-3.4.99/arch/microblaze/mm/ |
D | fault.c | 102 _exception(SIGSEGV, regs, code, address); in do_page_fault() 242 _exception(SIGSEGV, regs, code, address); in do_page_fault()
|
/linux-3.4.99/arch/avr32/mm/ |
D | fault.c | 165 _exception(SIGSEGV, regs, code, address); in do_page_fault() 234 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | bug.h | 75 void _exception(long signr, struct pt_regs *regs, int code,
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | exceptions.h | 73 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | bug.h | 134 extern void _exception(int, struct pt_regs *, int, unsigned long);
|
/linux-3.4.99/arch/powerpc/platforms/pseries/ |
D | ras.c | 377 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
|