Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dtraps.c78 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 Dtraps.c86 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 Dtraps.c77 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 Dstart.S47 movhi et, %hi(_exception)
48 ori et, et, %lo(_exception)
H A Dexceptions.S14 .global _exception
19 _exception: label
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c115 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 Dutils.py284 self._exception = None
299 self._exception = (e, tb)
306 return self._exception