Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dgfp.h57 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro
62 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
307 #define GFP_DMA __GFP_DMA
Dslab.h325 if (likely((flags & (__GFP_DMA | __GFP_RECLAIMABLE)) == 0)) in kmalloc_type()
332 return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM; in kmalloc_type()
/kernel/linux/linux-5.10/arch/arm/xen/
Dmm.c37 flags |= __GFP_DMA; in xen_get_swiotlb_free_pages()
/kernel/linux/linux-5.10/kernel/dma/
Dpool.c51 if (gfp & __GFP_DMA) in dma_atomic_pool_size_add()
Dmapping.c433 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
482 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in dma_alloc_pages()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c86 gcl_data = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_setup_taprio()
493 si_data = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_streamid_hw_set()
649 data_buf = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_streamcounter_hw_get()
782 sgcl_data = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_streamgate_hw_set()
/kernel/linux/linux-5.10/lib/
Dtest_printf.c598 gfp = GFP_ATOMIC|__GFP_DMA; in flags()
/kernel/linux/linux-5.10/drivers/xen/
Dswiotlb-xen.c293 flags &= ~(__GFP_DMA | __GFP_HIGHMEM); in xen_swiotlb_alloc_coherent()
/kernel/linux/linux-5.10/drivers/scsi/
Dhosts.c384 gfp_mask |= __GFP_DMA; in scsi_host_alloc()
Dscsi_scan.c1083 ((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()
/kernel/linux/linux-5.10/drivers/iommu/
Dtegra-smmu.c299 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc()
683 page = alloc_page(gfp | __GFP_DMA | __GFP_ZERO); in as_get_pde_page()
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
Dsystem-bus.c515 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/
Dvermilion.c88 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/kernel/linux/linux-5.10/arch/arm/mm/
Ddma-mapping.c691 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
/kernel/linux/linux-5.10/drivers/tty/serial/
Damba-pl011.c1122 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
/kernel/linux/linux-5.10/mm/
Dpage_alloc.c4005 ((gfp_mask & __GFP_DMA) && !has_managed_dma())) in warn_alloc()
Dmemcontrol.c2924 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | __GFP_ACCOUNT)
/kernel/linux/linux-5.10/net/core/
Dskbuff.c198 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch136848 + gfp |= __GFP_DMA;
138411 + /* remove __GFP_HIGHMEM bit, add __GFP_DMA bit */
138413 + gfp |= __GFP_DMA;