/linux-4.4.14/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 91 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception() 100 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception() 109 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception() 118 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception() 138 _exception(SIGFPE, regs, fsr, addr); in full_exception() 144 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | traps.c | 51 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception() function 126 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c() 151 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c() 159 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c() 166 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr() 173 _exception(SIGFPE, fp, FPE_INTDIV, fp->ea); in handle_diverror_c()
|
D | misaligned.c | 164 _exception(SIGSEGV, fp, SEGV_MAPERR, fp->ea); in handle_unaligned_c() 199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | traps.c | 241 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function 774 _exception(SIGTRAP, regs, 0, 0); in unknown_exception() 788 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception() 796 _exception(SIGTRAP, regs, 0, 0); in RunModeException() 811 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception() 864 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe() 1123 _exception(SIGFPE, regs, code, regs->nip); in emulate_math() 1127 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math() 1166 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception() 1192 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception() [all …]
|
/linux-4.4.14/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-4.4.14/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 | 487 _exception(SIGSEGV, regs, code, address); in do_page_fault()
|
D | hash_utils_64.c | 1430 _exception(SIGSEGV, regs, SEGV_ACCERR, address); in low_hash_fault() 1433 _exception(SIGBUS, regs, BUS_ADRERR, address); in low_hash_fault()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | traps.h | 16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
|
/linux-4.4.14/arch/microblaze/mm/ |
D | fault.c | 103 _exception(SIGSEGV, regs, code, address); in do_page_fault() 271 _exception(SIGSEGV, regs, code, address); in do_page_fault()
|
/linux-4.4.14/arch/nios2/mm/ |
D | fault.c | 193 _exception(SIGSEGV, regs, code, address); in do_page_fault() 234 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
|
/linux-4.4.14/arch/avr32/mm/ |
D | fault.c | 187 _exception(SIGSEGV, regs, code, address); in do_page_fault() 256 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | bug.h | 75 void _exception(long signr, struct pt_regs *regs, int code,
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | exceptions.h | 73 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | bug.h | 134 extern void _exception(int, struct pt_regs *, int, unsigned long);
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | ras.c | 386 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 425 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce() 435 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()
|