Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dpsci.S215 unhandled_exception: label
216 b unhandled_exception /* simply dead loop */
238 b unhandled_exception
243 b unhandled_exception /* Sync, Current EL using SP0 */
245 b unhandled_exception /* IRQ, Current EL using SP0 */
247 b unhandled_exception /* FIQ, Current EL using SP0 */
249 b unhandled_exception /* SError, Current EL using SP0 */
251 b unhandled_exception /* Sync, Current EL using SPx */
253 b unhandled_exception /* IRQ, Current EL using SPx */
255 b unhandled_exception /* FIQ, Current EL using SPx */
[all …]
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Dexceptions.c21 void unhandled_exception(struct pt_regs *regs) in unhandled_exception() function
29 [0 ... EXCCAUSE_LAST-1] = unhandled_exception,