Lines Matching refs:to_kvm_vmx
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()
3018 guest_cr3 = to_kvm_vmx(kvm)->ept_identity_map_addr; in vmx_set_cr3()
3454 fn = to_kvm_vmx(kvm)->tss_addr >> PAGE_SHIFT; in init_rmode_tss()
3480 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map()
4511 to_kvm_vmx(kvm)->tss_addr = addr; in vmx_set_tss_addr()
4517 to_kvm_vmx(kvm)->ept_identity_map_addr = ident_addr; in vmx_set_identity_map_addr()
6679 vfree(to_kvm_vmx(kvm)); in vmx_vm_free()
6840 spin_lock_init(&to_kvm_vmx(kvm)->ept_pointer_lock); in vmx_vm_init()