Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dirq-entry-common.h293 static __always_inline void exit_to_user_mode(void) in exit_to_user_mode() function
341 exit_to_user_mode(); in irqentry_exit_to_user_mode()
H A Dentry-common.h313 * functionality in exit_to_user_mode().
317 * exit_to_user_mode() (3). This function is preferred unless there is a
327 exit_to_user_mode();
/linux/Documentation/core-api/
H A Dentry.rst95 that it invokes exit_to_user_mode() which again handles the state
106 exit_to_user_mode() is called last on exit.
118 guest_state_enter_irqoff() is a KVM-specific variant of exit_to_user_mode()
/linux/arch/arm64/kernel/
H A Dentry-common.c84 exit_to_user_mode(); in arm64_exit_to_user_mode()