Home
last modified time | relevance | path

Searched refs:arch_exit_to_user_mode (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A 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
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A 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
/kernel/linux/linux-5.10/include/linux/
H A Dentry-common.h243 * arch_exit_to_user_mode - Architecture specific final work before
255 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
312 * arch_exit_to_user_mode() to handle e.g. speculation mitigations
/kernel/linux/linux-6.6/include/linux/
H A Dentry-common.h235 * arch_exit_to_user_mode - Architecture specific final work before
247 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
270 * mitigations, etc.: arch_exit_to_user_mode()
/kernel/linux/linux-5.10/kernel/entry/
H A Dcommon.c133 arch_exit_to_user_mode(); in exit_to_user_mode()
188 /* Return the latest work state for arch_exit_to_user_mode() */ in exit_to_user_mode_loop()
/kernel/linux/linux-6.6/kernel/entry/
H A Dcommon.c135 arch_exit_to_user_mode(); in __exit_to_user_mode()
189 /* Return the latest work state for arch_exit_to_user_mode() */ in exit_to_user_mode_loop()

Completed in 4 milliseconds