Searched refs:kvm_vmx (Results 1 – 3 of 3) sorted by relevance
369 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()
32 .vm_size = sizeof(struct kvm_vmx),
3102 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local3125 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()3907 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local3915 if (likely(kvm_vmx->ept_identity_pagetable_done)) in init_rmode_identity_map()3918 if (!kvm_vmx->ept_identity_map_addr) in init_rmode_identity_map()3919 kvm_vmx->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR; in init_rmode_identity_map()3923 kvm_vmx->ept_identity_map_addr, in init_rmode_identity_map()3939 kvm_vmx->ept_identity_pagetable_done = true; in init_rmode_identity_map()4705 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in vmx_alloc_ipiv_pid_table() local4710 if (kvm_vmx->pid_table) in vmx_alloc_ipiv_pid_table()[all …]