Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Dsvm_softc.h35 #define SVM_MSR_BITMAP_SIZE (2 * PAGE_SIZE) macro
H A Dsvm.c357 KASSERT(index >= 0 && index < SVM_MSR_BITMAP_SIZE, in svm_msr_perm()
562 svm_sc->msr_bitmap = contigmalloc(SVM_MSR_BITMAP_SIZE, M_SVM, in svm_init()
577 memset(svm_sc->msr_bitmap, 0xFF, SVM_MSR_BITMAP_SIZE); in svm_init()
2263 contigfree(sc->msr_bitmap, SVM_MSR_BITMAP_SIZE, M_SVM); in svm_cleanup()