Searched refs:nv_n2vmcx (Results 1 – 3 of 3) sorted by relevance
116 nv->nv_n2vmcx = alloc_vmcb(); in nsvm_vcpu_initialise()117 if (nv->nv_n2vmcx == NULL) in nsvm_vcpu_initialise()154 if (nv->nv_n2vmcx) { in nsvm_vcpu_destroy()155 free_vmcb(nv->nv_n2vmcx); in nsvm_vcpu_destroy()156 nv->nv_n2vmcx = NULL; in nsvm_vcpu_destroy()266 n2vmcb = nv->nv_n2vmcx; in nsvm_vcpu_hostrestore()432 n2vmcb = nv->nv_n2vmcx; in nsvm_vmcb_prepare4vmrun()690 ASSERT(nv->nv_n2vmcx != NULL); in nsvm_vcpu_vmentry()724 v->arch.hvm.svm.vmcb = nv->nv_n2vmcx; in nsvm_vcpu_vmentry()1027 struct vmcb_struct *n2vmcb = nv->nv_n2vmcx; in nsvm_vmcb_prepare4vmexit()[all …]
830 n2vmcb = vcpu_nestedhvm(v).nv_n2vmcx; in svm_set_tsc_offset()
105 void *nv_n2vmcx; /* shadow VMCB/VMCS used to run l2 guest */ member
Completed in 21 milliseconds