/linux-4.4.14/arch/mips/loongson64/common/ |
D | dma-swiotlb.c | 18 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/ |
D | dma-default.c | 83 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/ |
D | dma-octeon.c | 165 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/ |
D | dma.c | 39 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/ |
D | dma.c | 25 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
|
/linux-4.4.14/include/linux/ |
D | gfp.h | 48 #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/ |
D | dma-alloc.c | 41 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
D | nlm-dma.c | 51 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in nlm_dma_alloc_coherent()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | dma.c | 20 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc()
|
/linux-4.4.14/arch/arm/xen/ |
D | mm.c | 32 flags |= __GFP_DMA; in xen_get_swiotlb_free_pages()
|
/linux-4.4.14/arch/nios2/mm/ |
D | dma-mapping.c | 30 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 137 *gfp &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in arch_dma_alloc_attrs()
|
D | amd_gart_64.c | 487 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in gart_alloc_coherent()
|
D | pci-calgary_64.c | 446 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in calgary_alloc_coherent()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | pci-dma.c | 152 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in xtensa_dma_alloc()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commctrl.c | 609 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/ |
D | dma-noncoherent.c | 216 gfp & ~(__GFP_DMA | __GFP_HIGHMEM)); in __dma_alloc_coherent()
|
/linux-4.4.14/arch/metag/kernel/ |
D | dma.c | 223 gfp & ~(__GFP_DMA | __GFP_HIGHMEM)); in dma_alloc_coherent()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi.c | 121 .gfp_mask = __GFP_DMA, 332 pool->gfp_mask = __GFP_DMA; in scsi_alloc_host_cmd_pool()
|
D | hosts.c | 393 gfp_mask |= __GFP_DMA; in scsi_host_alloc()
|
D | scsi_scan.c | 1088 ((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/ |
D | tegra-smmu.c | 273 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()
|
D | amd_iommu.c | 2731 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
|
/linux-4.4.14/drivers/xen/ |
D | swiotlb-xen.c | 311 flags &= ~(__GFP_DMA | __GFP_HIGHMEM); in xen_swiotlb_alloc_coherent()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 525 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
|
/linux-4.4.14/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 102 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 166 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/ |
D | amba-pl011.c | 1004 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
|