Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dentry-common.h99 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
103 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/linux/include/linux/
H A Dirq-entry-common.h184 static __always_inline void arch_exit_to_user_mode(void);
186 #ifndef arch_exit_to_user_mode
187 static __always_inline void arch_exit_to_user_mode(void) { } in arch_exit_to_user_mode() function
262 arch_exit_to_user_mode(); in exit_to_user_mode()