Searched refs:hsave (Results 1 – 1 of 1) sorted by relevance
129 static uint8_t *hsave; variable171 if (hsave != NULL) in svm_modcleanup()172 kmem_free(hsave, (mp_maxid + 1) * PAGE_SIZE); in svm_modcleanup()221 wrmsr(MSR_VM_HSAVE_PA, vtophys(&hsave[curcpu * PAGE_SIZE])); in svm_enable()276 hsave = kmem_malloc((mp_maxid + 1) * PAGE_SIZE, M_WAITOK | M_ZERO); in svm_modinit()