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

/linux-master/include/linux/
H A Dgfp_types.h106 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro
110 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
369 #define GFP_DMA __GFP_DMA
H A Dslab.h424 (IS_ENABLED(CONFIG_ZONE_DMA) ? __GFP_DMA : 0) | \
447 * 1) __GFP_DMA
451 if (IS_ENABLED(CONFIG_ZONE_DMA) && (flags & __GFP_DMA))
/linux-master/arch/arm/xen/
H A Dmm.c35 return __GFP_DMA;
/linux-master/kernel/dma/
H A Dpool.c48 if (gfp & __GFP_DMA)
H A Dswiotlb.c452 if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp_mask & __GFP_DMA))
633 gfp |= __GFP_DMA;
640 !(gfp & (__GFP_DMA32 | __GFP_DMA)))
643 !(gfp & __GFP_DMA))
644 gfp = (gfp & ~__GFP_DMA32) | __GFP_DMA;
H A Dmapping.c517 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM);
565 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)))
/linux-master/drivers/iommu/
H A Dtegra-smmu.c285 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO);
691 page = alloc_page(gfp | __GFP_DMA | __GFP_ZERO);
H A Diommu.c2497 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 |
2607 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 |
H A Ddma-iommu.c987 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP);
/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c514 flag &= ~(__GFP_DMA | __GFP_HIGHMEM);
/linux-master/lib/
H A Dtest_printf.c687 gfp = GFP_ATOMIC|__GFP_DMA;
/linux-master/arch/arm/mm/
H A Ddma-mapping.c562 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM));
/linux-master/drivers/tty/serial/
H A Damba-pl011.c1107 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA);
/linux-master/mm/
H A Dpage_alloc.c3382 ((gfp_mask & __GFP_DMA) && !has_managed_dma()))
H A Dmemcontrol.c2986 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | \

Completed in 280 milliseconds