Home
last modified time | relevance | path

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

/linux-6.14.4/arch/s390/include/asm/
Dentry-common.h42 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
52 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/linux-6.14.4/arch/x86/include/asm/
Dentry-common.h98 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
102 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/linux-6.14.4/include/linux/
Dentry-common.h288 static __always_inline void arch_exit_to_user_mode(void);
290 #ifndef arch_exit_to_user_mode
291 static __always_inline void arch_exit_to_user_mode(void) { } in arch_exit_to_user_mode() function
365 arch_exit_to_user_mode(); in exit_to_user_mode()