Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dexception.h52 void do_cp15instr(unsigned int esr, struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtraps.c648 void do_cp15instr(unsigned int esr, struct pt_regs *regs) in do_cp15instr() function
686 NOKPROBE_SYMBOL(do_cp15instr);
H A Dentry-common.c425 do_cp15instr(esr, regs); in el0_cp15()