Searched refs:SVM_IO_BITMAP_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dsvm_softc.h34 #define SVM_IO_BITMAP_SIZE (3 * PAGE_SIZE) macro
H A Dsvm.c547 svm_sc->iopm_bitmap = contigmalloc(SVM_IO_BITMAP_SIZE, M_SVM,
586 memset(svm_sc->iopm_bitmap, 0xFF, SVM_IO_BITMAP_SIZE);
2118 contigfree(sc->iopm_bitmap, SVM_IO_BITMAP_SIZE, M_SVM);

Completed in 109 milliseconds