Searched defs:kvm_vmx (Results 1 – 3 of 3) sorted by relevance
323 struct kvm_vmx { struct324 struct kvm kvm;326 unsigned int tss_addr;327 bool ept_identity_pagetable_done;328 gpa_t ept_identity_map_addr;330 enum ept_pointers_status ept_pointers_match;331 spinlock_t ept_pointer_lock;
2875 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local3636 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local
349 struct kvm_vmx { struct350 struct kvm kvm;352 unsigned int tss_addr;353 bool ept_identity_pagetable_done;354 gpa_t ept_identity_map_addr;356 enum ept_pointers_status ept_pointers_match;357 spinlock_t ept_pointer_lock;4983 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local5800 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local11008 struct kvm_vmx *kvm_vmx = vzalloc(sizeof(struct kvm_vmx)); in vmx_vm_alloc() local