Searched refs:kvm_vmx (Results 1 – 2 of 2) sorted by relevance
379 struct kvm_vmx { struct643 static inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx()645 return container_of(kvm, struct kvm_vmx, kvm); in to_kvm_vmx()
2940 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local2956 if (!kvm_vmx->tss_addr) in enter_rmode()2962 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()3724 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local3732 if (likely(kvm_vmx->ept_identity_pagetable_done)) in init_rmode_identity_map()3735 if (!kvm_vmx->ept_identity_map_addr) in init_rmode_identity_map()3736 kvm_vmx->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR; in init_rmode_identity_map()3740 kvm_vmx->ept_identity_map_addr, in init_rmode_identity_map()3756 kvm_vmx->ept_identity_pagetable_done = true; in init_rmode_identity_map()4565 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in vmx_alloc_ipiv_pid_table() local[all …]