Searched refs:exit_to_user_mode (Results 1 – 5 of 5) sorted by relevance
140 static __always_inline void exit_to_user_mode(struct pt_regs *regs) in exit_to_user_mode() function149 exit_to_user_mode(regs); in asm_exit_to_user_mode()503 exit_to_user_mode(regs); in el0_da()521 exit_to_user_mode(regs); in el0_ia()529 exit_to_user_mode(regs); in el0_fpsimd_acc()537 exit_to_user_mode(regs); in el0_sve_acc()545 exit_to_user_mode(regs); in el0_sme_acc()553 exit_to_user_mode(regs); in el0_fpsimd_exc()561 exit_to_user_mode(regs); in el0_sys()574 exit_to_user_mode(regs); in el0_pc()[all …]
280 void exit_to_user_mode(void);
169 exit_to_user_mode(); in __do_syscall()
95 that it invokes exit_to_user_mode() which again handles the state106 exit_to_user_mode() is called last on exit.118 kvm_guest_enter_irqoff() is a KVM-specific variant of exit_to_user_mode()
137 void noinstr exit_to_user_mode(void) in exit_to_user_mode() function