Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Damd_gart_64.c66 static unsigned long *iommu_gart_bitmap; variable
107 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit, in alloc_iommu()
111 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, 0, in alloc_iommu()
134 bitmap_clear(iommu_gart_bitmap, offset, size); in free_iommu()
779 iommu_gart_bitmap = (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in gart_iommu_init()
781 if (!iommu_gart_bitmap) in gart_iommu_init()
798 bitmap_set(iommu_gart_bitmap, 0, EMERGENCY_PAGES); in gart_iommu_init()