Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dgfp_types.h74 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro
76 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
336 #define GFP_DMA32 __GFP_DMA32
/linux-6.3-rc2/arch/arm/xen/
A Dmm.c34 return __GFP_DMA32; in xen_swiotlb_gfp()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_internal.c54 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
A Di915_gem_shmem.c162 GEM_BUG_ON(gfp & __GFP_DMA32 && last_pfn >= 0x00100000UL); in shmem_sg_alloc_table()
592 mask |= __GFP_DMA32; in shmem_object_init()
/linux-6.3-rc2/kernel/dma/
A Dpool.c50 else if (gfp & __GFP_DMA32) in dma_atomic_pool_size_add()
A Dmapping.c513 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()
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Dgem.c177 mapping_set_gfp_mask(obj->filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
/linux-6.3-rc2/drivers/gpu/drm/lima/
A Dlima_gem.c122 mask |= __GFP_DMA32; in lima_gem_create_handle()
/linux-6.3-rc2/arch/x86/platform/efi/
A Defi_64.c232 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dvideobuf-dma-sg.c438 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
/linux-6.3-rc2/mm/
A Dinternal.h36 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/
A Ddrm_gem.c580 BUG_ON(mapping_gfp_constraint(mapping, __GFP_DMA32) && in drm_gem_get_pages()
/linux-6.3-rc2/drivers/media/pci/tw68/
A Dtw68-video.c949 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
/linux-6.3-rc2/drivers/iommu/
A Diommu.c2408 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()
A Ddma-iommu.c833 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP); in __iommu_dma_alloc_noncontiguous()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Domap_dmm_tiler.c863 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
A Domap_gem.c1366 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
/linux-6.3-rc2/fs/btrfs/
A Dextent-io-tree.c145 mask &= ~(__GFP_DMA32|__GFP_HIGHMEM); in alloc_extent_state()
/linux-6.3-rc2/drivers/char/xillybus/
A Dxillybus_core.c386 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
/linux-6.3-rc2/arch/arm/mm/
A Ddma-mapping.c560 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c5904 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_DMA32); in __kvm_mmu_create()

Completed in 63 milliseconds