Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/netlogic/common/
Dnlm-dma.c51 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in nlm_dma_alloc_coherent()
55 gfp |= __GFP_DMA32; in nlm_dma_alloc_coherent()
/linux-4.4.14/arch/mips/loongson64/common/
Ddma-swiotlb.c18 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in loongson_dma_alloc_coherent()
32 gfp |= __GFP_DMA32; in loongson_dma_alloc_coherent()
/linux-4.4.14/include/linux/
Dgfp.h50 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro
53 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
246 #define GFP_DMA32 __GFP_DMA32
/linux-4.4.14/arch/mips/mm/
Ddma-default.c83 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in massage_gfp_flags()
94 dma_flag = __GFP_DMA32; in massage_gfp_flags()
99 dma_flag = __GFP_DMA32; in massage_gfp_flags()
/linux-4.4.14/arch/mips/cavium-octeon/
Ddma-octeon.c165 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in octeon_dma_alloc_coherent()
176 gfp |= __GFP_DMA32; in octeon_dma_alloc_coherent()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dgem.c122 mapping_set_gfp_mask(r->gem.filp->f_mapping, GFP_KERNEL | __GFP_DMA32); in psb_gem_create()
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c137 *gfp &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in arch_dma_alloc_attrs()
Damd_gart_64.c487 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in gart_alloc_coherent()
Dpci-calgary_64.c446 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in calgary_alloc_coherent()
/linux-4.4.14/mm/
Dinternal.h34 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
/linux-4.4.14/arch/x86/platform/efi/
Defi_64.c179 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_gem.c494 BUG_ON(mapping_gfp_constraint(mapping, __GFP_DMA32) && in drm_gem_get_pages()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c443 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c681 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
Dsolo6x10-v4l2-enc.c1300 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
/linux-4.4.14/drivers/media/pci/tw68/
Dtw68-video.c982 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c686 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
Domap_gem.c1417 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c364 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c2323 WARN_ON((gfp & __GFP_DMA32) && (last_pfn >= 0x00100000UL)); in i915_gem_object_get_pages_gtt()
4418 mask |= __GFP_DMA32; in i915_gem_alloc_object()
/linux-4.4.14/drivers/iommu/
Damd_iommu.c2731 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
/linux-4.4.14/arch/x86/kvm/
Dmmu.c4471 page = alloc_page(GFP_KERNEL | __GFP_DMA32); in alloc_mmu_pages()