Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.h297 struct kvm_vmx { struct
298 struct kvm kvm;
300 unsigned int tss_addr;
301 bool ept_identity_pagetable_done;
302 gpa_t ept_identity_map_addr;
304 enum ept_pointers_status ept_pointers_match;
305 spinlock_t ept_pointer_lock;
Dvmx.c2790 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local
3551 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local