Searched refs:hve (Results 1 – 4 of 4) sorted by relevance
20 struct hv_enlightenments *hve = in svm_hv_init_vmcb() local25 hve->hv_enlightenments_control.enlightened_npt_tlb = 1; in svm_hv_init_vmcb()28 hve->hv_enlightenments_control.msr_bitmap = 1; in svm_hv_init_vmcb()63 struct hv_enlightenments *hve = in svm_hv_vmcb_dirty_nested_enlightenments() local66 if (hve->hv_enlightenments_control.msr_bitmap) in svm_hv_vmcb_dirty_nested_enlightenments()73 struct hv_enlightenments *hve = in svm_hv_update_vp_id() local77 if (hve->hv_vp_id != vp_index) { in svm_hv_update_vp_id()78 hve->hv_vp_id = vp_index; in svm_hv_update_vp_id()
19 struct hv_enlightenments *hve; in svm_hv_enable_direct_tlbflush() local29 hve = (struct hv_enlightenments *)to_svm(vcpu)->vmcb->control.reserved_sw; in svm_hv_enable_direct_tlbflush()31 hve->partition_assist_page = __pa(*p_hv_pa_pg); in svm_hv_enable_direct_tlbflush()32 hve->hv_vm_id = (unsigned long)vcpu->kvm; in svm_hv_enable_direct_tlbflush()33 if (!hve->hv_enlightenments_control.nested_flush_hypercall) { in svm_hv_enable_direct_tlbflush()34 hve->hv_enlightenments_control.nested_flush_hypercall = 1; in svm_hv_enable_direct_tlbflush()
182 struct hv_enlightenments *hve = in nested_svm_vmrun_msrpm() local196 hve->hv_enlightenments_control.msr_bitmap && in nested_svm_vmrun_msrpm()
67 struct hv_enlightenments *hve = in guest_code() local93 hve->hv_enlightenments_control.msr_bitmap = 1; in guest_code()