Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dentry-common.h78 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
82 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dentry-common.h255 static __always_inline void arch_exit_to_user_mode(void);
257 #ifndef arch_exit_to_user_mode
258 static __always_inline void arch_exit_to_user_mode(void) { } in arch_exit_to_user_mode() function
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c133 arch_exit_to_user_mode(); in exit_to_user_mode()