Home
last modified time | relevance | path

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

/linux/include/linux/
A Dgfp.h72 #define __GFP_DMA ((__force gfp_t)___GFP_DMA) macro
76 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
330 #define GFP_DMA __GFP_DMA
A Dslab.h337 (IS_ENABLED(CONFIG_ZONE_DMA) ? __GFP_DMA : 0) | \
356 if (IS_ENABLED(CONFIG_ZONE_DMA) && (flags & __GFP_DMA)) in kmalloc_type()
/linux/arch/arm/xen/
A Dmm.c37 flags |= __GFP_DMA; in xen_get_swiotlb_free_pages()
/linux/kernel/dma/
A Dpool.c48 if (gfp & __GFP_DMA) in dma_atomic_pool_size_add()
A Dmapping.c500 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
548 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_qos.c85 gcl_data = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_setup_taprio()
488 si_data = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_streamid_hw_set()
646 data_buf = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_streamcounter_hw_get()
776 sgcl_data = kzalloc(data_size, __GFP_DMA | GFP_KERNEL); in enetc_streamgate_hw_set()
/linux/drivers/xen/
A Dswiotlb-xen.c278 flags &= ~(__GFP_DMA | __GFP_HIGHMEM); in xen_swiotlb_alloc_coherent()
/linux/drivers/iommu/
A Dtegra-smmu.c293 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc()
682 page = alloc_page(gfp | __GFP_DMA | __GFP_ZERO); in as_get_pde_page()
/linux/lib/
A Dtest_printf.c673 gfp = GFP_ATOMIC|__GFP_DMA; in flags()
/linux/arch/powerpc/platforms/ps3/
A Dsystem-bus.c514 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in ps3_alloc_coherent()
/linux/drivers/video/fbdev/vermilion/
A Dvermilion.c88 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/linux/arch/arm/mm/
A Ddma-mapping.c691 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
/linux/drivers/tty/serial/
A Damba-pl011.c1121 uap->dmatx.buf = kmalloc(PL011_DMA_BUFFER_SIZE, GFP_KERNEL | __GFP_DMA); in pl011_dma_startup()
/linux/mm/
A Dmemcontrol.c2764 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | __GFP_ACCOUNT)

Completed in 45 milliseconds