Home
last modified time | relevance | path

Searched defs:kvm_vmx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dvmx.c347 struct kvm_vmx { struct
348 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() local
5813 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local
10939 struct kvm_vmx *kvm_vmx = vzalloc(sizeof(struct kvm_vmx)); in vmx_vm_alloc() local