Searched refs:bad_mode (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | traps.h | 41 asmlinkage void bad_mode(struct pt_regs *regs, int reason);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | exception.h | 40 asmlinkage void bad_mode(struct pt_regs *regs, int reason, unsigned int esr);
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | entry-common.c | 157 bad_mode(regs, 0, esr); in el1_inv()
|
H A D | traps.c | 743 * bad_mode handles the impossible case in the exception vector. This is always 746 asmlinkage void notrace bad_mode(struct pt_regs *regs, int reason, unsigned int esr) in bad_mode() function 763 * exceptions taken from EL0. Unlike bad_mode, this returns.
|
H A D | entry.S | 622 bl bad_mode
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | traps.c | 525 * bad_mode handles the impossible case in the vectors. If you see one of 530 asmlinkage void bad_mode(struct pt_regs *regs, int reason) in bad_mode() function
|
H A D | entry-armv.S | 134 b bad_mode
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | traps.c | 530 * bad_mode handles the impossible case in the vectors. If you see one of 535 asmlinkage void bad_mode(struct pt_regs *regs, int reason) in bad_mode() function
|
H A D | entry-armv.S | 141 b bad_mode
|
Completed in 8 milliseconds