Home
last modified time | relevance | path

Searched refs:do_cp15instr (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/arm64/include/asm/
Dexception.h73 void do_cp15instr(unsigned long esr, struct pt_regs *regs);
/linux-6.1.9/arch/arm64/kernel/
Dtraps.c751 void do_cp15instr(unsigned long esr, struct pt_regs *regs) in do_cp15instr() function
789 NOKPROBE_SYMBOL(do_cp15instr);
Dentry-common.c765 do_cp15instr(esr, regs); in el0_cp15()