Searched refs:unhandled_exception (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | psci.S | 215 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 D | exceptions.c | 21 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 D | traps.c | 42 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 D | entry.S | 71 .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 D | traps.c | 173 asmlinkage void unhandled_exception(struct pt_regs *regs, int cause) in unhandled_exception() function
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | traps.c | 227 void unhandled_exception(struct pt_regs *regs, int ea, int vector) in unhandled_exception() function
|
| H A D | entry.S | 223 l.jal unhandled_exception ;\
|