Searched refs:n2vmcb (Results 1 – 2 of 2) sorted by relevance
266 n2vmcb = nv->nv_n2vmcx; in nsvm_vcpu_hostrestore()268 ASSERT(n2vmcb != NULL); in nsvm_vcpu_hostrestore()414 ASSERT(n2vmcb != NULL); in nestedsvm_vmcb_set_nestedp2m()434 n2vmcb = nv->nv_n2vmcx; in nsvm_vmcb_prepare4vmrun()437 ASSERT(n2vmcb != NULL); in nsvm_vmcb_prepare4vmrun()475 n2vmcb->_cr_intercepts = in nsvm_vmcb_prepare4vmrun()477 n2vmcb->_dr_intercepts = in nsvm_vmcb_prepare4vmrun()611 n2vmcb->_h_cr3 = 0x0; in nsvm_vmcb_prepare4vmrun()1131 ns_vmcb->es = n2vmcb->es; in nsvm_vmcb_prepare4vmexit()1132 ns_vmcb->cs = n2vmcb->cs; in nsvm_vmcb_prepare4vmexit()[all …]
836 struct vmcb_struct *n1vmcb, *n2vmcb; in svm_set_tsc_offset() local846 n2vmcb = vcpu_nestedhvm(v).nv_n2vmcx; in svm_set_tsc_offset()851 n2_tsc_offset = vmcb_get_tsc_offset(n2vmcb) - in svm_set_tsc_offset()
Completed in 10 milliseconds