Searched refs:__GFP_DMA32 (Results 1 – 23 of 23) sorted by relevance
74 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro76 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)336 #define GFP_DMA32 __GFP_DMA32
34 return __GFP_DMA32; in xen_swiotlb_gfp()
54 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
162 GEM_BUG_ON(gfp & __GFP_DMA32 && last_pfn >= 0x00100000UL); in shmem_sg_alloc_table()592 mask |= __GFP_DMA32; in shmem_object_init()
50 else if (gfp & __GFP_DMA32) in dma_atomic_pool_size_add()
513 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()561 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
177 mapping_set_gfp_mask(obj->filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
122 mask |= __GFP_DMA32; in lima_gem_create_handle()
232 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
438 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
36 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
671 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
1269 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
580 BUG_ON(mapping_gfp_constraint(mapping, __GFP_DMA32) && in drm_gem_get_pages()
949 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
2408 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map()2522 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()
833 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP); in __iommu_dma_alloc_noncontiguous()
863 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
1366 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
145 mask &= ~(__GFP_DMA32|__GFP_HIGHMEM); in alloc_extent_state()
386 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
560 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
5904 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_DMA32); in __kvm_mmu_create()
Completed in 63 milliseconds