Home
last modified time | relevance | path

Searched refs:unhandled_exception (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S214 unhandled_exception: label
215 b unhandled_exception /* simply dead loop */
237 b unhandled_exception
264 b unhandled_exception /* Sync, Current EL using SP0 */
266 b unhandled_exception /* IRQ, Current EL using SP0 */
268 b unhandled_exception /* FIQ, Current EL using SP0 */
270 b unhandled_exception /* SError, Current EL using SP0 */
272 b unhandled_exception /* Sync, Current EL using SPx */
274 b unhandled_exception /* IRQ, Current EL using SPx */
276 b unhandled_exception /* FIQ, Current EL using SPx */
[all …]
/openbmc/u-boot/arch/xtensa/cpu/
H A Dexceptions.c20 void unhandled_exception(struct pt_regs *regs) in unhandled_exception() function
28 [0 ... EXCCAUSE_LAST-1] = unhandled_exception,