Home
last modified time | relevance | path

Searched refs:__GFP_DMA32 (Results 1 – 13 of 13) sorted by relevance

/linux/tools/include/linux/
H A Dgfp_types.h110 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro
112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
384 #define GFP_DMA32 __GFP_DMA32
/linux/arch/arm/xen/
H A Dmm.c34 return __GFP_DMA32; in xen_swiotlb_gfp()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c53 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
H A Di915_gem_shmem.c180 GEM_BUG_ON(gfp & __GFP_DMA32 && next_pfn >= 0x00100000UL); in shmem_sg_alloc_table()
570 mask |= __GFP_DMA32; in shmem_object_init()
/linux/kernel/dma/
H A Dswiotlb.c453 else if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp_mask & __GFP_DMA32)) in swiotlb_init_late()
634 gfp |= __GFP_DMA32; in swiotlb_alloc_tlb()
639 !(gfp & (__GFP_DMA32 | __GFP_DMA))) in swiotlb_alloc_tlb()
640 gfp |= __GFP_DMA32; in swiotlb_alloc_tlb()
643 gfp = (gfp & ~__GFP_DMA32) | __GFP_DMA; in swiotlb_alloc_tlb()
H A Dpool.c50 else if (gfp & __GFP_DMA32) in dma_atomic_pool_size_add()
/linux/drivers/gpu/drm/gma500/
H A Dgem.c178 mapping_set_gfp_mask(obj->filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c127 mask |= __GFP_DMA32; in lima_gem_create_handle()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c863 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
H A Domap_gem.c1358 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
/linux/drivers/char/xillybus/
H A Dxillybus_core.c386 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c1267 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c3111 q->gfp_flags = __GFP_DMA32; in vdev_init()