Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dexception.h49 void do_sysinstr(unsigned int esr, struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtraps.c689 void do_sysinstr(unsigned int esr, struct pt_regs *regs) in do_sysinstr() function
706 NOKPROBE_SYMBOL(do_sysinstr);
H A Dentry-common.c301 do_sysinstr(esr, regs); in el0_sys()