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

/linux-master/arch/x86/kernel/
H A Damd_gart_64.c63 static unsigned long *iommu_gart_bitmap; variable
101 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit,
105 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, 0,
128 bitmap_clear(iommu_gart_bitmap, offset, size);
753 iommu_gart_bitmap = (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO,
755 if (!iommu_gart_bitmap)

Completed in 113 milliseconds