Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 …]
/OK3568_Linux_fs/u-boot/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,
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dtraps.c42 unhandled_exception(const char *str, struct pt_regs *regs, in unhandled_exception() function
66 return unhandled_exception(str, regs, signr, sicode, \
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dentry.S71 .word unhandled_exception /* 0 - Reset */
72 .word unhandled_exception /* 1 - Processor-only Reset */
86 .word unhandled_exception /* 12 - Double TLB miss (data) */
91 .word unhandled_exception /* 16 - MPU region violation */
H A Dtraps.c173 asmlinkage void unhandled_exception(struct pt_regs *regs, int cause) in unhandled_exception() function
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dtraps.c227 void unhandled_exception(struct pt_regs *regs, int ea, int vector) in unhandled_exception() function
H A Dentry.S223 l.jal unhandled_exception ;\