Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dgfp_types.h116 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro
118 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
385 #define GFP_DMA32 __GFP_DMA32
/linux/arch/arm/xen/
A Dmm.c34 return __GFP_DMA32; in xen_swiotlb_gfp()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_internal.c54 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
A Di915_gem_shmem.c172 GEM_BUG_ON(gfp & __GFP_DMA32 && next_pfn >= 0x00100000UL); in shmem_sg_alloc_table()
603 mask |= __GFP_DMA32; in shmem_object_init()
/linux/kernel/dma/
A Dswiotlb.c454 else if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp_mask & __GFP_DMA32)) in swiotlb_init_late()
635 gfp |= __GFP_DMA32; in swiotlb_alloc_tlb()
640 !(gfp & (__GFP_DMA32 | __GFP_DMA))) in swiotlb_alloc_tlb()
641 gfp |= __GFP_DMA32; in swiotlb_alloc_tlb()
644 gfp = (gfp & ~__GFP_DMA32) | __GFP_DMA; in swiotlb_alloc_tlb()
A Dpool.c50 else if (gfp & __GFP_DMA32) in dma_atomic_pool_size_add()
A Dmapping.c611 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
665 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
/linux/drivers/gpu/drm/gma500/
A Dgem.c177 mapping_set_gfp_mask(obj->filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
/linux/drivers/media/platform/rockchip/rga/
A Drga.c105 dst_vq->gfp_flags = __GFP_DMA32; in queue_init()
120 dst_vq->gfp_flags = __GFP_DMA32; in queue_init()
/linux/drivers/media/common/saa7146/
A Dsaa7146_fops.c387 q->gfp_flags = __GFP_DMA32; in saa7146_register_device()
/linux/drivers/gpu/drm/lima/
A Dlima_gem.c127 mask |= __GFP_DMA32; in lima_gem_create_handle()
/linux/arch/x86/platform/efi/
A Defi_64.c232 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
/linux/drivers/media/pci/solo6x10/
A Dsolo6x10-v4l2.c671 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
A Dsolo6x10-v4l2-enc.c1269 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
/linux/drivers/gpu/drm/
A Ddrm_gem.c581 BUG_ON(mapping_gfp_constraint(mapping, __GFP_DMA32) && in drm_gem_get_pages()
/linux/drivers/media/pci/tw68/
A Dtw68-video.c952 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
/linux/mm/
A Dinternal.h44 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
/linux/drivers/iommu/
A Diommu.c2514 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map()
2624 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()
A Ddma-iommu.c985 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP); in __iommu_dma_alloc_noncontiguous()
/linux/drivers/gpu/drm/omapdrm/
A Domap_dmm_tiler.c861 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
A Domap_gem.c1361 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
/linux/drivers/char/xillybus/
A Dxillybus_core.c386 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
/linux/fs/btrfs/
A Dextent-io-tree.c170 mask &= ~(__GFP_DMA32|__GFP_HIGHMEM); in alloc_extent_state()
/linux/arch/arm/mm/
A Ddma-mapping.c562 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
/linux/drivers/media/pci/bt8xx/
A Dbttv-driver.c3113 q->gfp_flags = __GFP_DMA32; in vdev_init()

Completed in 86 milliseconds

12