Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
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
/Linux-v5.10/include/linux/
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
/Linux-v5.10/kernel/entry/
Dcommon.c133 arch_exit_to_user_mode(); in exit_to_user_mode()