Searched refs:nv_n1vmcx (Results 1 – 4 of 4) sorted by relevance
226 if ( (nv->nv_n1vmcx == NULL) && in svm_create_vmcb()227 (nv->nv_n1vmcx = alloc_vmcb()) == NULL ) in svm_create_vmcb()233 arch_svm->vmcb = nv->nv_n1vmcx; in svm_create_vmcb()237 free_vmcb(nv->nv_n1vmcx); in svm_create_vmcb()238 nv->nv_n1vmcx = NULL; in svm_create_vmcb()252 if ( nv->nv_n1vmcx != NULL ) in svm_destroy_vmcb()253 free_vmcb(nv->nv_n1vmcx); in svm_destroy_vmcb()262 nv->nv_n1vmcx = NULL; in svm_destroy_vmcb()
139 if (nv->nv_n1vmcx) in nsvm_vcpu_destroy()140 v->arch.hvm_svm.vmcb = nv->nv_n1vmcx; in nsvm_vcpu_destroy()239 n1vmcb = nv->nv_n1vmcx; in nsvm_vcpu_hostsave()265 n1vmcb = nv->nv_n1vmcx; in nsvm_vcpu_hostrestore()433 n1vmcb = nv->nv_n1vmcx; in nsvm_vmcb_prepare4vmrun()1035 svm_vmsave(nv->nv_n1vmcx); in nsvm_vmcb_prepare4vmexit()1516 ASSERT(nv->nv_n1vmcx != NULL); in nsvm_vcpu_switch()
465 struct vmcb_struct *n1vmcb = vcpu_nestedhvm(v).nv_n1vmcx; in svm_fpu_enter()475 struct vmcb_struct *n1vmcb = vcpu_nestedhvm(v).nv_n1vmcx; in svm_fpu_leave()845 n1vmcb = vcpu_nestedhvm(v).nv_n1vmcx; in svm_set_tsc_offset()1760 struct vmcb_struct *n1vmcb = vcpu_nestedhvm(v).nv_n1vmcx; in svm_fpu_dirty_intercept()1822 struct vmcb_struct *vmcb = vcpu_nestedhvm(v).nv_n1vmcx; in svm_dr_access()
103 void *nv_n1vmcx; /* VMCB/VMCS used to run l1 guest */ member
Completed in 15 milliseconds