Searched refs:to_kvm_vmx (Results 1 – 1 of 1) sorted by relevance
1057 static inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx() function1552 to_kvm_vmx(kvm)->ept_pointers_match in check_ept_pointer_match()1558 to_kvm_vmx(kvm)->ept_pointers_match = EPT_POINTERS_MATCH; in check_ept_pointer_match()1565 spin_lock(&to_kvm_vmx(kvm)->ept_pointer_lock); in vmx_hv_remote_flush_tlb()1567 if (to_kvm_vmx(kvm)->ept_pointers_match == EPT_POINTERS_CHECK) in vmx_hv_remote_flush_tlb()1570 if (to_kvm_vmx(kvm)->ept_pointers_match != EPT_POINTERS_MATCH) { in vmx_hv_remote_flush_tlb()1583 spin_unlock(&to_kvm_vmx(kvm)->ept_pointer_lock); in vmx_hv_remote_flush_tlb()5019 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode()5333 spin_lock(&to_kvm_vmx(kvm)->ept_pointer_lock); in vmx_set_cr3()5335 to_kvm_vmx(kvm)->ept_pointers_match in vmx_set_cr3()[all …]