Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dgfp_types.h108 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro
112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
383 #define GFP_DMA __GFP_DMA
/linux/arch/arm/xen/
H A Dmm.c35 return __GFP_DMA; in xen_swiotlb_gfp()
/linux/kernel/dma/
H A Dswiotlb.c451 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()
H A Dpool.c48 if (gfp & __GFP_DMA) in dma_atomic_pool_size_add()
/linux/drivers/iommu/
H A Dtegra-smmu.c298 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()
/linux/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c513 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()