Searched refs:__GFP_DMA (Results 1 – 6 of 6) sorted by relevance
108 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)383 #define GFP_DMA __GFP_DMA
35 return __GFP_DMA; in xen_swiotlb_gfp()
451 if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp_mask & __GFP_DMA)) in swiotlb_init_late()632 gfp |= __GFP_DMA; in swiotlb_alloc_tlb()639 !(gfp & (__GFP_DMA32 | __GFP_DMA))) in swiotlb_alloc_tlb()642 !(gfp & __GFP_DMA)) in swiotlb_alloc_tlb()643 gfp = (gfp & ~__GFP_DMA32) | __GFP_DMA; in swiotlb_alloc_tlb()
48 if (gfp & __GFP_DMA) in dma_atomic_pool_size_add()
298 as->pd = iommu_alloc_pages_sz(GFP_KERNEL | __GFP_DMA, SMMU_SIZE_PD); in tegra_smmu_domain_alloc_paging()700 pt = iommu_alloc_pages_sz(gfp | __GFP_DMA, SMMU_SIZE_PT); in as_get_pde_page()
513 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()