Searched refs:kvm_vmx (Results 1 – 3 of 3) sorted by relevance
294 struct kvm_vmx { struct655 static __always_inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx()657 return container_of(kvm, struct kvm_vmx, kvm); in to_kvm_vmx()
3265 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local3288 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()4089 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local4097 if (likely(kvm_vmx->ept_identity_pagetable_done)) in init_rmode_identity_map()4100 if (!kvm_vmx->ept_identity_map_addr) in init_rmode_identity_map()4101 kvm_vmx->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR; in init_rmode_identity_map()4105 kvm_vmx->ept_identity_map_addr, in init_rmode_identity_map()4121 kvm_vmx->ept_identity_pagetable_done = true; in init_rmode_identity_map()4911 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in vmx_alloc_ipiv_pid_table() local4916 if (kvm_vmx->pid_table) in vmx_alloc_ipiv_pid_table()[all …]
880 .vm_size = sizeof(struct kvm_vmx),