Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dentry-common.h12 static __always_inline void arch_check_user_regs(struct pt_regs *regs) in arch_check_user_regs() function
44 #define arch_check_user_regs arch_check_user_regs macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dentry-common.h86 static __always_inline void arch_check_user_regs(struct pt_regs *regs);
88 #ifndef arch_check_user_regs
89 static __always_inline void arch_check_user_regs(struct pt_regs *regs) {} in arch_check_user_regs() function
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c23 arch_check_user_regs(regs); in enter_from_user_mode()