Searched refs:__GFP_DMA (Results 1 – 13 of 13) sorted by relevance
72 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro76 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)339 #define GFP_DMA __GFP_DMA
358 (IS_ENABLED(CONFIG_ZONE_DMA) ? __GFP_DMA : 0) | \377 if (IS_ENABLED(CONFIG_ZONE_DMA) && (flags & __GFP_DMA)) in kmalloc_type()
35 return __GFP_DMA; in xen_swiotlb_gfp()
48 if (gfp & __GFP_DMA) in dma_atomic_pool_size_add()
505 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()553 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
288 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc()677 page = alloc_page(gfp | __GFP_DMA | __GFP_ZERO); in as_get_pde_page()
686 gfp = GFP_ATOMIC|__GFP_DMA; in flags()
514 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
89 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
560 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
1119 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
2857 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | __GFP_ACCOUNT)
4351 ((gfp_mask & __GFP_DMA) && !has_managed_dma())) in warn_alloc()