Searched refs:exit_to_user_mode (Results 1 – 5 of 5) sorted by relevance
180 static __always_inline void exit_to_user_mode(struct pt_regs *regs) in exit_to_user_mode() function189 exit_to_user_mode(regs); in asm_exit_to_user_mode()698 exit_to_user_mode(regs); in el0_da()716 exit_to_user_mode(regs); in el0_ia()724 exit_to_user_mode(regs); in el0_fpsimd_acc()732 exit_to_user_mode(regs); in el0_sve_acc()740 exit_to_user_mode(regs); in el0_sme_acc()748 exit_to_user_mode(regs); in el0_fpsimd_exc()756 exit_to_user_mode(regs); in el0_sys()769 exit_to_user_mode(regs); in el0_pc()[all …]
212 exit_to_user_mode(); in syscall_exit_to_user_mode()
253 static __always_inline void exit_to_user_mode(void) in exit_to_user_mode() function
75 exit_to_user_mode(); in irqentry_exit_to_user_mode()
95 that it invokes exit_to_user_mode() which again handles the state106 exit_to_user_mode() is called last on exit.118 guest_state_enter_irqoff() is a KVM-specific variant of exit_to_user_mode()