Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dhpios.c52 GFP_DMA32 | GFP_KERNEL); in hpios_locked_mem_alloc()
/linux-3.4.99/drivers/gpu/drm/gma500/
Dmmu.c215 pd->p = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
218 pd->dummy_pt = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
221 pd->dummy_page = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
320 pt->p = alloc_page(GFP_DMA32); in psb_mmu_alloc_pt()
Dpsb_drv.c321 dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); in psb_driver_load()
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_page_alloc.c721 gfp_flags |= GFP_DMA32; in ttm_get_pages()
807 GFP_USER | GFP_DMA32, "wc dma"); in ttm_page_alloc_init()
810 GFP_USER | GFP_DMA32, "uc dma"); in ttm_page_alloc_init()
Dttm_page_alloc_dma.c878 gfp_flags = GFP_USER | GFP_DMA32; in ttm_dma_populate()
Dttm_bo.c1467 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32); in ttm_bo_global_init()
/linux-3.4.99/arch/x86/include/asm/
Ddma-mapping.h110 gfp |= GFP_DMA32; in dma_alloc_coherent_gfp_flags()
/linux-3.4.99/arch/x86/kernel/
Dpci-dma.c119 flag = (flag & ~GFP_DMA32) | GFP_DMA; in dma_generic_alloc_coherent()
/linux-3.4.99/include/linux/
Dgfp.h149 #define GFP_DMA32 __GFP_DMA32 macro
/linux-3.4.99/drivers/firewire/
Dcore-iso.c57 buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in fw_iso_buffer_init()
Dohci.c985 ctx->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32); in ar_context_init()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c350 dev_priv->gart_info.dummy.page = alloc_page(GFP_DMA32 | GFP_KERNEL); in nouveau_sgdma_init()
/linux-3.4.99/drivers/platform/x86/
Ddell-laptop.c717 bufferpage = alloc_page(GFP_KERNEL | GFP_DMA32); in dell_init()
/linux-3.4.99/drivers/char/agp/
Dintel-gtt.c145 page = alloc_pages(GFP_KERNEL | GFP_DMA32, 2); in i8xx_alloc_pages()
296 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in intel_gtt_setup_scratch_page()
Dgeneric.c1215 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in agp_generic_alloc_pages()
1243 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in agp_generic_alloc_page()
/linux-3.4.99/sound/pci/emu10k1/
Dmemory.c467 struct page *p = alloc_page(GFP_KERNEL | GFP_DMA32 | in synth_alloc_pages()
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_device.c448 rdev->dummy_page.page = alloc_page(GFP_DMA32 | GFP_KERNEL | __GFP_ZERO); in radeon_dummy_page_init()
/linux-3.4.99/include/sound/
Dpcm.h982 (subs, size, GFP_KERNEL | GFP_DMA32 | __GFP_ZERO)
/linux-3.4.99/drivers/staging/media/dt3155v4l/
Ddt3155v4l.c39 #define DT3155_COH_FLAGS (GFP_KERNEL | GFP_DMA32 | __GFP_COLD | __GFP_NOWARN)
/linux-3.4.99/drivers/iommu/
Dintel-iommu.c3009 flags &= ~(GFP_DMA | GFP_DMA32); in intel_alloc_coherent()
3014 flags |= GFP_DMA32; in intel_alloc_coherent()
/linux-3.4.99/mm/
Dvmalloc.c1837 #define GFP_VMALLOC32 GFP_DMA32 | GFP_KERNEL