Home
last modified time | relevance | path

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

/include/linux/
Dentry-common.h287 static __always_inline void arch_exit_to_user_mode(void);
289 #ifndef arch_exit_to_user_mode
290 static __always_inline void arch_exit_to_user_mode(void) { } in arch_exit_to_user_mode() function
364 arch_exit_to_user_mode(); in exit_to_user_mode()