Searched refs:unhandled_exception (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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, \
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | traps.c | 38 unhandled_exception(const char *str, struct pt_regs *regs, in unhandled_exception() function 62 return unhandled_exception(str, regs, signr, sicode, \
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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 | 168 asmlinkage void unhandled_exception(struct pt_regs *regs, int cause) in unhandled_exception() function
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | traps.c | 42 asmlinkage void unhandled_exception(struct pt_regs *regs, int ea, int vector); 174 asmlinkage void unhandled_exception(struct pt_regs *regs, int ea, int vector) in unhandled_exception() function
|
H A D | entry.S | 227 l.jal unhandled_exception ;\
|
/kernel/linux/linux-5.10/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 | 221 l.jal unhandled_exception ;\
|
Completed in 7 milliseconds