Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/netlogic/common/
Dnlm-dma.c56 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in nlm_dma_alloc_coherent()
60 gfp |= __GFP_DMA32; in nlm_dma_alloc_coherent()
/linux-4.1.27/include/linux/
Dgfp.h51 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro
53 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
139 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
147 #define GFP_DMA32 __GFP_DMA32
/linux-4.1.27/arch/mips/loongson/common/
Ddma-swiotlb.c21 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in loongson_dma_alloc_coherent()
35 gfp |= __GFP_DMA32; in loongson_dma_alloc_coherent()
/linux-4.1.27/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.1.27/arch/mips/cavium-octeon/
Ddma-octeon.c168 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in octeon_dma_alloc_coherent()
179 gfp |= __GFP_DMA32; in octeon_dma_alloc_coherent()
/linux-4.1.27/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.1.27/arch/x86/include/asm/
Ddma-mapping.h137 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in dma_alloc_attrs()
/linux-4.1.27/arch/x86/platform/efi/
Defi_64.c179 page = alloc_page(GFP_KERNEL|__GFP_DMA32); in efi_setup_page_tables()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_gem.c494 BUG_ON((mapping_gfp_mask(mapping) & __GFP_DMA32) && in drm_gem_get_pages()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c443 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c678 solo_dev->vidq.gfp_flags = __GFP_DMA32; in solo_v4l2_init()
Dsolo6x10-v4l2-enc.c1294 solo_enc->vidq.gfp_flags = __GFP_DMA32; in solo_enc_alloc()
/linux-4.1.27/arch/x86/kernel/
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.1.27/drivers/media/pci/tw68/
Dtw68-video.c978 dev->vidq.gfp_flags = __GFP_DMA32; in tw68_video_init2()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c685 omap_dmm->dummy_page = alloc_page(GFP_KERNEL | __GFP_DMA32); in omap_dmm_probe()
Domap_gem.c1415 mapping_set_gfp_mask(mapping, GFP_USER | __GFP_DMA32); in omap_gem_new()
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_core.c364 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c2114 WARN_ON((gfp & __GFP_DMA32) && (last_pfn >= 0x00100000UL)); in i915_gem_object_get_pages_gtt()
4414 mask |= __GFP_DMA32; in i915_gem_alloc_object()
/linux-4.1.27/drivers/iommu/
Damd_iommu.c2938 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); in alloc_coherent()
/linux-4.1.27/arch/x86/kvm/
Dmmu.c4350 page = alloc_page(GFP_KERNEL | __GFP_DMA32); in alloc_mmu_pages()