Searched refs:SVM_IO_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
34 #define SVM_IO_BITMAP_SIZE (3 * PAGE_SIZE) macro
571 svm_sc->iopm_bitmap = contigmalloc(SVM_IO_BITMAP_SIZE, M_SVM, in svm_init()610 memset(svm_sc->iopm_bitmap, 0xFF, SVM_IO_BITMAP_SIZE); in svm_init()2145 contigfree(sc->iopm_bitmap, SVM_IO_BITMAP_SIZE, M_SVM); in svm_cleanup()