Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dgfp.h56 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro
60 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
296 #define GFP_DMA __GFP_DMA
Ddma-mapping.h522 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
/Linux-v4.19/arch/m68k/kernel/
Ddma.c40 map = kmalloc(sizeof(struct page *) << order, flag & ~__GFP_DMA); in arch_dma_alloc()
/Linux-v4.19/arch/arm/xen/
Dmm.c32 flags |= __GFP_DMA; in xen_get_swiotlb_free_pages()
/Linux-v4.19/arch/xtensa/kernel/
Dpci-dma.c153 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in arch_dma_alloc()
/Linux-v4.19/arch/powerpc/mm/
Ddma-noncoherent.c216 gfp & ~(__GFP_DMA | __GFP_HIGHMEM)); in __dma_alloc_coherent()
/Linux-v4.19/arch/nds32/kernel/
Ddma.c183 gfp & ~(__GFP_DMA | __GFP_HIGHMEM)); in arch_dma_alloc()
/Linux-v4.19/lib/
Dtest_printf.c494 gfp = GFP_ATOMIC|__GFP_DMA; in flags()
/Linux-v4.19/drivers/scsi/
Dhosts.c389 gfp_mask |= __GFP_DMA; in scsi_host_alloc()
Dscsi_scan.c1091 ((shost->unchecked_isa_dma) ? __GFP_DMA : 0)); in scsi_probe_and_add_lun()
1348 (sdev->host->unchecked_isa_dma ? __GFP_DMA : 0)); in scsi_report_lun_scan()
/Linux-v4.19/drivers/iommu/
Dtegra-smmu.c284 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc()
566 page = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in as_get_pte()
Damd_iommu.c2610 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
/Linux-v4.19/drivers/xen/
Dswiotlb-xen.c304 flags &= ~(__GFP_DMA | __GFP_HIGHMEM); in xen_swiotlb_alloc_coherent()
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dsystem-bus.c527 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
/Linux-v4.19/drivers/video/fbdev/vermilion/
Dvermilion.c102 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c761 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
/Linux-v4.19/drivers/tty/serial/
Damba-pl011.c1123 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
/Linux-v4.19/net/core/
Dskbuff.c193 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()