/openbmc/linux/arch/microblaze/kernel/ |
H A D | exceptions.c | 56 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16); in sw_exception() 61 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function 84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception() 93 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception() 102 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception() 111 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception() 131 _exception(SIGFPE, regs, fsr, addr); in full_exception() 135 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | traps.c | 46 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception() function 117 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c() 142 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c() 150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c() 157 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr() 164 _exception(SIGFPE, fp, FPE_INTDIV, fp->ea); in handle_diverror_c()
|
H A 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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 368 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function 1097 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER() 1105 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_ASYNC() 1113 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER_NMI() 1125 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1130 _exception(SIGTRAP, regs, TRAP_UNK, 0); in DEFINE_INTERRUPT_HANDLER() 1147 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception() 1206 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe() 1465 _exception(SIGFPE, regs, code, regs->nip); in emulate_math() 1469 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math() [all …]
|
H A D | syscall.c | 124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception() 141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | traps.c | 78 static void _exception(int signr, struct pt_regs *regs) in _exception() function 149 _exception(0, regs); in UnknownException()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | traps.c | 86 static void _exception(int signr, struct pt_regs *regs) in _exception() function 195 _exception(0, regs); in UnknownException()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | traps.c | 77 static void _exception(int signr, struct pt_regs *regs) in _exception() function 202 _exception(0, regs); in UnknownException()
|
/openbmc/linux/arch/microblaze/mm/ |
H A D | fault.c | 102 _exception(SIGSEGV, regs, code, address); in do_page_fault() 273 _exception(SIGSEGV, regs, code, address); in do_page_fault()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | fault.c | 176 _exception(SIGSEGV, regs, code, address); in do_page_fault() 217 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | traps.h | 16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | start.S | 47 movhi et, %hi(_exception) 48 ori et, et, %lo(_exception)
|
H A D | exceptions.S | 14 .global _exception 19 _exception: label
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | traps.c | 115 static void _exception(int signr, struct pt_regs *regs) in _exception() function 258 _exception(0, regs); in UnknownException()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 64 _exception(SIGSEGV, regs, si_code, address); in __bad_area_nosemaphore() 422 _exception(SIGBUS, regs, BUS_OBJERR, address); in ___do_page_fault() 677 _exception(SIGSEGV, regs, SEGV_BNDERR, regs->dar); in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | exceptions.h | 65 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | bug.h | 124 extern void _exception(int, struct pt_regs *, int, unsigned long);
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | utils.py | 284 self._exception = None 299 self._exception = (e, tb) 306 return self._exception
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 812 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1725 _exception(SIGSEGV, regs, SEGV_ACCERR, ea); in DEFINE_INTERRUPT_HANDLER() 1727 _exception(SIGBUS, regs, BUS_ADRERR, ea); in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 617 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()
|