Searched refs:__GFP_DMA32 (Results 1 – 13 of 13) sorted by relevance
110 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)384 #define GFP_DMA32 __GFP_DMA32
34 return __GFP_DMA32; in xen_swiotlb_gfp()
53 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
180 GEM_BUG_ON(gfp & __GFP_DMA32 && next_pfn >= 0x00100000UL); in shmem_sg_alloc_table()570 mask |= __GFP_DMA32; in shmem_object_init()
453 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()
50 else if (gfp & __GFP_DMA32) in dma_atomic_pool_size_add()
178 mapping_set_gfp_mask(obj->filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
127 mask |= __GFP_DMA32; in lima_gem_create_handle()
863 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
1358 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
386 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
1267 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
3111 q->gfp_flags = __GFP_DMA32; in vdev_init()