Home
last modified time | relevance | path

Searched refs:bad_mode (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dtraps.h41 asmlinkage void bad_mode(struct pt_regs *regs, int reason);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dexception.h40 asmlinkage void bad_mode(struct pt_regs *regs, int reason, unsigned int esr);
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dentry-common.c157 bad_mode(regs, 0, esr); in el1_inv()
H A Dtraps.c743 * 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 Dentry.S622 bl bad_mode
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dtraps.c525 * 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 Dentry-armv.S134 b bad_mode
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dtraps.c530 * 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 Dentry-armv.S141 b bad_mode

Completed in 8 milliseconds