Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dentry-common.h48 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
76 #define arch_exit_to_user_mode_prepare arch_exit_to_user_mode_prepare macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dentry-common.h232 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs,
235 #ifndef arch_exit_to_user_mode_prepare
236 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c201 arch_exit_to_user_mode_prepare(regs, ti_work); in exit_to_user_mode_prepare()