Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/arch/x86/include/asm/
H A Dentry-common.h89 static __always_inline void arch_exit_to_user_mode(void) in arch_exit_to_user_mode() function
93 #define arch_exit_to_user_mode arch_exit_to_user_mode macro
/openbmc/linux/include/linux/
H A 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
/openbmc/linux/kernel/entry/
H A Dcommon.c141 arch_exit_to_user_mode(); in __exit_to_user_mode()