Searched refs:__GFP_DMA (Results 1 – 16 of 16) sorted by relevance
56 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro60 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)296 #define GFP_DMA __GFP_DMA
329 if (likely((flags & (__GFP_DMA | __GFP_RECLAIMABLE)) == 0)) in kmalloc_type()336 return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM; in kmalloc_type()
34 flags |= __GFP_DMA; in xen_get_swiotlb_free_pages()
149 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in arch_dma_alloc()
307 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
573 gfp = GFP_ATOMIC|__GFP_DMA; in flags()
375 gfp_mask |= __GFP_DMA; in scsi_host_alloc()
1083 ((shost->unchecked_isa_dma) ? __GFP_DMA : 0)); in scsi_probe_and_add_lun()1341 (sdev->host->unchecked_isa_dma ? __GFP_DMA : 0)); in scsi_report_lun_scan()
292 flags &= ~(__GFP_DMA | __GFP_HIGHMEM); in xen_swiotlb_alloc_coherent()
290 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc()575 page = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in as_get_pte()
2722 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
515 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
88 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
719 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
1123 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
197 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()