Home
last modified time | relevance | path

Searched refs:nv_n2vmcx (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/hvm/svm/
A Dnestedsvm.c116 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 …]
A Dsvm.c830 n2vmcb = vcpu_nestedhvm(v).nv_n2vmcx; in svm_set_tsc_offset()
/xen/xen/include/asm-x86/hvm/
A Dvcpu.h105 void *nv_n2vmcx; /* shadow VMCB/VMCS used to run l2 guest */ member

Completed in 21 milliseconds