Searched refs:GFP_DMA32 (Results 1 - 36 of 36) sorted by relevance

/linux-4.1.27/sound/pci/asihpi/
H A Dhpios.c52 GFP_DMA32 | GFP_KERNEL); hpios_locked_mem_alloc()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dmmu.c185 pd->p = alloc_page(GFP_DMA32); psb_mmu_alloc_pd()
188 pd->dummy_pt = alloc_page(GFP_DMA32); psb_mmu_alloc_pd()
191 pd->dummy_page = alloc_page(GFP_DMA32); psb_mmu_alloc_pd()
292 pt->p = alloc_page(GFP_DMA32); psb_mmu_alloc_pt()
H A Dpsb_drv.c318 dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); psb_driver_load()
/linux-4.1.27/arch/x86/include/asm/
H A Ddma-mapping.h123 gfp |= GFP_DMA32; dma_alloc_coherent_gfp_flags()
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c741 gfp_flags |= GFP_DMA32; ttm_get_pages()
827 GFP_USER | GFP_DMA32, "wc dma"); ttm_page_alloc_init()
830 GFP_USER | GFP_DMA32, "uc dma"); ttm_page_alloc_init()
H A Dttm_page_alloc_dma.c888 gfp_flags = GFP_USER | GFP_DMA32; ttm_dma_populate()
H A Dttm_bo.c1377 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32); ttm_bo_global_init()
/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c291 q->gfp_flags = GFP_DMA32; empress_init()
H A Dsaa7134-video.c2095 q->gfp_flags = GFP_DMA32; saa7134_video_init1()
2113 q->gfp_flags = GFP_DMA32; saa7134_video_init1()
/linux-4.1.27/arch/x86/kernel/
H A Dpci-dma.c122 flag = (flag & ~GFP_DMA32) | GFP_DMA; dma_generic_alloc_coherent()
/linux-4.1.27/arch/powerpc/kernel/
H A Ddma.c79 flag |= GFP_DMA32; dma_direct_alloc_coherent()
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-osd.c373 dev->video_vbase = kzalloc(dev->video_buffer_size, GFP_KERNEL | GFP_DMA32); vivid_fb_init()
/linux-4.1.27/drivers/firewire/
H A Dcore-iso.c54 buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); fw_iso_buffer_alloc()
H A Dohci.c998 ctx->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32); ar_context_init()
/linux-4.1.27/sound/pci/emu10k1/
H A Dmemory.c474 struct page *p = alloc_page(GFP_KERNEL | GFP_DMA32 | synth_alloc_pages()
/linux-4.1.27/include/linux/
H A Dgfp.h147 #define GFP_DMA32 __GFP_DMA32 macro
/linux-4.1.27/drivers/iommu/
H A Drockchip-iommu.c568 page_table = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); rk_dte_get_page_table()
830 rk_domain->dt = (u32 *)get_zeroed_page(GFP_KERNEL | GFP_DMA32); rk_iommu_domain_alloc()
H A Dintel-iommu.c3262 flags &= ~(GFP_DMA | GFP_DMA32); intel_alloc_coherent()
3267 flags |= GFP_DMA32; intel_alloc_coherent()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-video.c1219 q->gfp_flags = GFP_DMA32; cx23885_video_register()
1235 q->gfp_flags = GFP_DMA32; cx23885_video_register()
H A Dcx23885-417.c1545 q->gfp_flags = GFP_DMA32; cx23885_417_register()
H A Dcx23885-dvb.c2309 q->gfp_flags = GFP_DMA32; cx23885_dvb_register()
/linux-4.1.27/drivers/char/agp/
H A Dgeneric.c1201 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); agp_generic_alloc_pages()
1229 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); agp_generic_alloc_page()
H A Dintel-gtt.c147 page = alloc_pages(GFP_KERNEL | GFP_DMA32, 2); i8xx_alloc_pages()
298 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); intel_gtt_setup_scratch_page()
/linux-4.1.27/drivers/media/pci/cx25821/
H A Dcx25821-video.c750 q->gfp_flags = GFP_DMA32; cx25821_video_register()
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-video.c1440 q->gfp_flags = GFP_DMA32; cx8800_initdev()
1456 q->gfp_flags = GFP_DMA32; cx8800_initdev()
H A Dcx88-blackbird.c1175 q->gfp_flags = GFP_DMA32; cx8802_blackbird_probe()
H A Dcx88-dvb.c1784 q->gfp_flags = GFP_DMA32; cx8802_dvb_probe()
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dnetcp_core.c817 GFP_DMA32 | __GFP_COLD); netcp_allocate_rx_buf()
831 page = alloc_page(GFP_ATOMIC | GFP_DMA32 | __GFP_COLD); netcp_allocate_rx_buf()
/linux-4.1.27/drivers/staging/media/dt3155v4l/
H A Ddt3155v4l.c39 #define DT3155_COH_FLAGS (GFP_KERNEL | GFP_DMA32 | __GFP_COLD | __GFP_NOWARN)
/linux-4.1.27/Documentation/video4linux/
H A Dv4l2-pci-skeleton.c852 q->gfp_flags = GFP_DMA32; skeleton_probe()
/linux-4.1.27/drivers/soc/ti/
H A Dknav_qmss_queue.c991 GFP_DMA32); knav_queue_setup_region()
/linux-4.1.27/drivers/platform/x86/
H A Ddell-laptop.c1898 buffer = (void *)__get_free_page(GFP_KERNEL | GFP_DMA32); dell_init()
/linux-4.1.27/include/sound/
H A Dpcm.h1198 GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); snd_pcm_lib_alloc_vmalloc_32_buffer()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_device.c766 rdev->dummy_page.page = alloc_page(GFP_DMA32 | GFP_KERNEL | __GFP_ZERO); radeon_dummy_page_init()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_gtt.c2137 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); setup_scratch_page()
/linux-4.1.27/mm/
H A Dvmalloc.c1849 #define GFP_VMALLOC32 GFP_DMA32 | GFP_KERNEL

Completed in 1575 milliseconds