Searched refs:__GFP_DMA (Results 1 – 15 of 15) sorted by relevance
114 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro118 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)384 #define GFP_DMA __GFP_DMA
606 (IS_ENABLED(CONFIG_ZONE_DMA) ? __GFP_DMA : 0) | \633 if (IS_ENABLED(CONFIG_ZONE_DMA) && (flags & __GFP_DMA)) in kmalloc_type()
35 return __GFP_DMA; in xen_swiotlb_gfp()
452 if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp_mask & __GFP_DMA)) in swiotlb_init_late()633 gfp |= __GFP_DMA; in swiotlb_alloc_tlb()640 !(gfp & (__GFP_DMA32 | __GFP_DMA))) in swiotlb_alloc_tlb()643 !(gfp & __GFP_DMA)) in swiotlb_alloc_tlb()644 gfp = (gfp & ~__GFP_DMA32) | __GFP_DMA; in swiotlb_alloc_tlb()
48 if (gfp & __GFP_DMA) in dma_atomic_pool_size_add()
611 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()665 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
287 as->pd = __iommu_alloc_pages(GFP_KERNEL | __GFP_DMA, 0); in tegra_smmu_domain_alloc_paging()693 page = __iommu_alloc_pages(gfp | __GFP_DMA, 0); in as_get_pde_page()
2514 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map()2624 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()
985 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP); in __iommu_dma_alloc_noncontiguous()
673 gfp = GFP_ATOMIC|__GFP_DMA; in flags()
514 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
562 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
1094 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
3535 ((gfp_mask & __GFP_DMA) && !has_managed_dma())) in warn_alloc()
1954 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | \
Completed in 78 milliseconds