Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c129 static uint8_t *hsave; variable
171 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()