Lines Matching refs:host_ctxt
159 struct kvm_cpu_context *host_ctxt; in __kvm_vcpu_run_nvhe() local
168 host_ctxt = kern_hyp_va(vcpu->arch.host_cpu_context); in __kvm_vcpu_run_nvhe()
171 __sysreg_save_state(host_ctxt); in __kvm_vcpu_run_nvhe()
172 __banked_save_state(host_ctxt); in __kvm_vcpu_run_nvhe()
185 exit_code = __guest_enter(vcpu, host_ctxt); in __kvm_vcpu_run_nvhe()
202 __banked_restore_state(host_ctxt); in __kvm_vcpu_run_nvhe()
203 __sysreg_restore_state(host_ctxt); in __kvm_vcpu_run_nvhe()
207 __vfp_restore_state(&host_ctxt->vfp); in __kvm_vcpu_run_nvhe()
238 struct kvm_cpu_context *host_ctxt; in __hyp_panic() local
241 host_ctxt = kern_hyp_va(vcpu->arch.host_cpu_context); in __hyp_panic()
245 __banked_restore_state(host_ctxt); in __hyp_panic()
246 __sysreg_restore_state(host_ctxt); in __hyp_panic()