Searched refs:to_kvm_vmx (Results 1 – 2 of 2) sorted by relevance
470 to_kvm_vmx(kvm)->ept_pointers_match in check_ept_pointer_match()476 to_kvm_vmx(kvm)->ept_pointers_match = EPT_POINTERS_MATCH; in check_ept_pointer_match()511 spin_lock(&to_kvm_vmx(kvm)->ept_pointer_lock); in hv_remote_flush_tlb_with_range()513 if (to_kvm_vmx(kvm)->ept_pointers_match == EPT_POINTERS_CHECK) in hv_remote_flush_tlb_with_range()516 if (to_kvm_vmx(kvm)->ept_pointers_match != EPT_POINTERS_MATCH) { in hv_remote_flush_tlb_with_range()528 spin_unlock(&to_kvm_vmx(kvm)->ept_pointer_lock); in hv_remote_flush_tlb_with_range()2748 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode()3007 spin_lock(&to_kvm_vmx(kvm)->ept_pointer_lock); in vmx_set_cr3()3009 to_kvm_vmx(kvm)->ept_pointers_match in vmx_set_cr3()3011 spin_unlock(&to_kvm_vmx(kvm)->ept_pointer_lock); in vmx_set_cr3()[all …]
460 static inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx() function