Searched refs:SVM_IO_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
32 #define SVM_IO_BITMAP_SIZE (3 * PAGE_SIZE) macro
459 svm_sc->iopm_bitmap = vmm_contig_alloc(SVM_IO_BITMAP_SIZE); in svm_vminit()497 memset(svm_sc->iopm_bitmap, 0xFF, SVM_IO_BITMAP_SIZE); in svm_vminit()2067 vmm_contig_free(sc->iopm_bitmap, SVM_IO_BITMAP_SIZE); in svm_vmcleanup()