Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/loongson64/common/
Ddma-swiotlb.c18 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in loongson_dma_alloc_coherent()
22 gfp |= __GFP_DMA; in loongson_dma_alloc_coherent()
27 gfp |= __GFP_DMA; in loongson_dma_alloc_coherent()
/linux-4.4.14/arch/mips/mm/
Ddma-default.c83 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in massage_gfp_flags()
87 dma_flag = __GFP_DMA; in massage_gfp_flags()
92 dma_flag = __GFP_DMA; in massage_gfp_flags()
104 dma_flag = __GFP_DMA; in massage_gfp_flags()
/linux-4.4.14/arch/mips/cavium-octeon/
Ddma-octeon.c165 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in octeon_dma_alloc_coherent()
169 gfp |= __GFP_DMA; in octeon_dma_alloc_coherent()
171 gfp |= __GFP_DMA; in octeon_dma_alloc_coherent()
/linux-4.4.14/arch/m68k/kernel/
Ddma.c39 map = kmalloc(sizeof(struct page *) << order, flag & ~__GFP_DMA); in dma_alloc_coherent()
80 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
/linux-4.4.14/arch/cris/arch-v32/drivers/pci/
Ddma.c25 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
/linux-4.4.14/include/linux/
Dgfp.h48 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro
53 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
245 #define GFP_DMA __GFP_DMA
/linux-4.4.14/arch/mn10300/mm/
Ddma-alloc.c41 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
/linux-4.4.14/arch/mips/netlogic/common/
Dnlm-dma.c51 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in nlm_dma_alloc_coherent()
/linux-4.4.14/arch/h8300/kernel/
Ddma.c20 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc()
/linux-4.4.14/arch/arm/xen/
Dmm.c32 flags |= __GFP_DMA; in xen_get_swiotlb_free_pages()
/linux-4.4.14/arch/nios2/mm/
Ddma-mapping.c30 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c137 *gfp &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in arch_dma_alloc_attrs()
Damd_gart_64.c487 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in gart_alloc_coherent()
Dpci-calgary_64.c446 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in calgary_alloc_coherent()
/linux-4.4.14/arch/xtensa/kernel/
Dpci-dma.c152 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in xtensa_dma_alloc()
/linux-4.4.14/drivers/scsi/aacraid/
Dcommctrl.c609 p = kmalloc(upsg->sg[i].count,GFP_KERNEL|__GFP_DMA); in aac_send_raw_srb()
662 p = kmalloc(usg->sg[i].count,GFP_KERNEL|__GFP_DMA); in aac_send_raw_srb()
715 p = kmalloc(usg->sg[i].count,GFP_KERNEL|__GFP_DMA); in aac_send_raw_srb()
/linux-4.4.14/arch/powerpc/mm/
Ddma-noncoherent.c216 gfp & ~(__GFP_DMA | __GFP_HIGHMEM)); in __dma_alloc_coherent()
/linux-4.4.14/arch/metag/kernel/
Ddma.c223 gfp & ~(__GFP_DMA | __GFP_HIGHMEM)); in dma_alloc_coherent()
/linux-4.4.14/drivers/scsi/
Dscsi.c121 .gfp_mask = __GFP_DMA,
332 pool->gfp_mask = __GFP_DMA; in scsi_alloc_host_cmd_pool()
Dhosts.c393 gfp_mask |= __GFP_DMA; in scsi_host_alloc()
Dscsi_scan.c1088 ((shost->unchecked_isa_dma) ? __GFP_DMA : 0)); in scsi_probe_and_add_lun()
1352 (sdev->host->unchecked_isa_dma ? __GFP_DMA : 0)); in scsi_report_lun_scan()
/linux-4.4.14/drivers/iommu/
Dtegra-smmu.c273 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc()
555 page = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in as_get_pte()
Damd_iommu.c2731 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
/linux-4.4.14/drivers/xen/
Dswiotlb-xen.c311 flags &= ~(__GFP_DMA | __GFP_HIGHMEM); in xen_swiotlb_alloc_coherent()
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dsystem-bus.c525 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
/linux-4.4.14/drivers/video/fbdev/vermilion/
Dvermilion.c102 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/linux-4.4.14/net/core/
Dskbuff.c166 gfp_mask & ~__GFP_DMA, node); in __alloc_skb_head()
218 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()
/linux-4.4.14/drivers/tty/serial/
Damba-pl011.c1004 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()