/openbmc/linux/include/linux/ |
H A D | gfp_types.h | 74 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro 76 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) 335 #define GFP_DMA32 __GFP_DMA32
|
/openbmc/linux/arch/arm/xen/ |
H A D | mm.c | 34 return __GFP_DMA32; in xen_swiotlb_gfp()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_internal.c | 54 gfp |= __GFP_DMA32; in i915_gem_object_get_pages_internal()
|
H A D | i915_gem_shmem.c | 172 GEM_BUG_ON(gfp & __GFP_DMA32 && next_pfn >= 0x00100000UL); in shmem_sg_alloc_table() 602 mask |= __GFP_DMA32; in shmem_object_init()
|
/openbmc/linux/kernel/dma/ |
H A D | swiotlb.c | 454 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()
|
H A D | pool.c | 50 else if (gfp & __GFP_DMA32) in dma_atomic_pool_size_add()
|
H A D | mapping.c | 517 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs() 565 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | gem.c | 177 mapping_set_gfp_mask(obj->filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
|
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_fops.c | 387 q->gfp_flags = __GFP_DMA32; in saa7146_register_device()
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_gem.c | 127 mask |= __GFP_DMA32; in lima_gem_create_handle()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | efi_64.c | 232 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | videobuf-dma-sg.c | 438 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2.c | 671 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
|
H A D | solo6x10-v4l2-enc.c | 1269 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
|
/openbmc/linux/mm/ |
H A D | internal.h | 36 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem.c | 581 BUG_ON(mapping_gfp_constraint(mapping, __GFP_DMA32) && in drm_gem_get_pages()
|
/openbmc/linux/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 951 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
|
/openbmc/linux/drivers/iommu/ |
H A D | iommu.c | 2514 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map() 2628 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()
|
H A D | dma-iommu.c | 878 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP); in __iommu_dma_alloc_noncontiguous()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.c | 861 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
|
H A D | omap_gem.c | 1354 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
|
/openbmc/linux/fs/btrfs/ |
H A D | extent-io-tree.c | 145 mask &= ~(__GFP_DMA32|__GFP_HIGHMEM); in alloc_extent_state()
|
/openbmc/linux/drivers/char/xillybus/ |
H A D | xillybus_core.c | 386 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
|
/openbmc/linux/arch/arm/mm/ |
H A D | dma-mapping.c | 562 gfp & ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM)); in __dma_alloc()
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 3113 q->gfp_flags = __GFP_DMA32; in vdev_init()
|