Home
last modified time | relevance | path

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

/u-boot/arch/arm/cpu/armv8/
A Dpsci.S234 unhandled_exception: label
235 b unhandled_exception /* simply dead loop */
257 b unhandled_exception
284 b unhandled_exception /* Sync, Current EL using SP0 */
286 b unhandled_exception /* IRQ, Current EL using SP0 */
288 b unhandled_exception /* FIQ, Current EL using SP0 */
292 b unhandled_exception /* Sync, Current EL using SPx */
294 b unhandled_exception /* IRQ, Current EL using SPx */
296 b unhandled_exception /* FIQ, Current EL using SPx */
302 b unhandled_exception /* IRQ, Lower EL using AArch64 */
[all …]
/u-boot/arch/xtensa/cpu/
A Dexceptions.c22 void unhandled_exception(struct pt_regs *regs) in unhandled_exception() function
30 [0 ... EXCCAUSE_LAST-1] = unhandled_exception,

Completed in 4 milliseconds