Searched refs:__GFP_DMA32 (Results 1 – 19 of 19) sorted by relevance
58 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro60 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)297 #define GFP_DMA32 __GFP_DMA32
522 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
85 mapping_set_gfp_mask(r->gem.filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
76 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
2624 WARN_ON((gfp & __GFP_DMA32) && (last_pfn >= 0x00100000UL)); in i915_gem_object_get_pages_gtt()4771 mask |= __GFP_DMA32; in i915_gem_object_create()
37 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
576 BUG_ON(mapping_gfp_constraint(mapping, __GFP_DMA32) && in drm_gem_get_pages()
446 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
689 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
1289 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
391 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
979 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
1212 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
735 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
364 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
761 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
2610 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
5406 page = alloc_page(GFP_KERNEL | __GFP_DMA32); in alloc_mmu_pages()
212 mask &= ~(__GFP_DMA32|__GFP_HIGHMEM); in alloc_extent_state()