Lines Matching refs:kvm_vmx
3076 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm);
3099 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr);
3869 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm);
3874 /* Protect kvm_vmx->ept_identity_pagetable_done. */
3877 if (likely(kvm_vmx->ept_identity_pagetable_done))
3880 if (!kvm_vmx->ept_identity_map_addr)
3881 kvm_vmx->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR;
3885 kvm_vmx->ept_identity_map_addr,
3901 kvm_vmx->ept_identity_pagetable_done = true;
4689 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm);
4694 if (kvm_vmx->pid_table)
4702 kvm_vmx->pid_table = (void *)page_address(pages);
4716 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm);
4750 vmcs_write64(PID_POINTER_TABLE, __pa(kvm_vmx->pid_table));
8219 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm);
8221 free_pages((unsigned long)kvm_vmx->pid_table, vmx_get_pid_table_order(kvm));
8235 .vm_size = sizeof(struct kvm_vmx),