Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/include/asm/
Dentry-common.h42 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
53 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/linux-6.6.21/arch/x86/include/asm/
Dentry-common.h92 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
96 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/linux-6.6.21/include/linux/
Dentry-common.h247 static __always_inline void arch_exit_to_user_mode(void);
249 #ifndef arch_exit_to_user_mode
250 static __always_inline void arch_exit_to_user_mode(void) { } in arch_exit_to_user_mode() function
/linux-6.6.21/kernel/entry/
Dcommon.c135 arch_exit_to_user_mode(); in __exit_to_user_mode()