Lines Matching refs:host_ctxt
148 struct kvm_cpu_context *host_ctxt; in __kvm_vcpu_run_nvhe() local
157 host_ctxt = kern_hyp_va(vcpu->arch.host_cpu_context); in __kvm_vcpu_run_nvhe()
160 __sysreg_save_state(host_ctxt); in __kvm_vcpu_run_nvhe()
161 __banked_save_state(host_ctxt); in __kvm_vcpu_run_nvhe()
174 exit_code = __guest_enter(vcpu, host_ctxt); in __kvm_vcpu_run_nvhe()
191 __banked_restore_state(host_ctxt); in __kvm_vcpu_run_nvhe()
192 __sysreg_restore_state(host_ctxt); in __kvm_vcpu_run_nvhe()
196 __vfp_restore_state(&host_ctxt->vfp); in __kvm_vcpu_run_nvhe()
227 struct kvm_cpu_context *host_ctxt; in __hyp_panic() local
230 host_ctxt = kern_hyp_va(vcpu->arch.host_cpu_context); in __hyp_panic()
234 __banked_restore_state(host_ctxt); in __hyp_panic()
235 __sysreg_restore_state(host_ctxt); in __hyp_panic()