Searched defs:kvm_vmx (Results 1 – 1 of 1) sorted by relevance
347 struct kvm_vmx { struct348 struct kvm kvm;350 unsigned int tss_addr;351 bool ept_identity_pagetable_done;352 gpa_t ept_identity_map_addr;354 enum ept_pointers_status ept_pointers_match;355 spinlock_t ept_pointer_lock;5019 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local5813 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local10939 struct kvm_vmx *kvm_vmx = vzalloc(sizeof(struct kvm_vmx)); in vmx_vm_alloc() local