Home
last modified time | relevance | path

Searched refs:nv_n1vmcx (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dvmcb.c226 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()
A Dnestedsvm.c139 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()
A Dsvm.c465 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvcpu.h103 void *nv_n1vmcx; /* VMCB/VMCS used to run l1 guest */ member

Completed in 15 milliseconds