Searched refs:_exception (Results 1 – 7 of 7) sorted by relevance
| /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/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/openbmc/poky/meta/lib/oe/ |
| H A D | utils.py | 284 self._exception = None 299 self._exception = (e, tb) 306 return self._exception
|