Home
last modified time | relevance | path

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

123

/linux/kernel/dma/
A Dpool.c74 if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp & GFP_DMA32)) in cma_in_zone()
158 GFP_KERNEL | GFP_DMA32); in atomic_pool_work_fn()
214 GFP_KERNEL | GFP_DMA32); in dma_atomic_pool_init()
227 if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp & GFP_DMA32)) in dma_guess_pool()
A Ddirect.c65 return GFP_DMA32; in dma_direct_optimal_gfp_mask()
148 !(gfp & (GFP_DMA32 | GFP_DMA))) { in __dma_direct_alloc_pages()
149 gfp |= GFP_DMA32; in __dma_direct_alloc_pages()
154 gfp = (gfp & ~GFP_DMA32) | GFP_DMA; in __dma_direct_alloc_pages()
A Dcontiguous.c366 if (nid != NUMA_NO_NODE && !(gfp & (GFP_DMA | GFP_DMA32))) { in dma_alloc_contiguous()
/linux/drivers/firmware/tegra/
A Dbpmp-debugfs.c601 GFP_KERNEL | GFP_DMA32); in debugfs_show()
606 GFP_KERNEL | GFP_DMA32); in debugfs_show()
652 GFP_KERNEL | GFP_DMA32); in debugfs_store()
657 GFP_KERNEL | GFP_DMA32); in debugfs_store()
752 GFP_KERNEL | GFP_DMA32); in bpmp_populate_debugfs_shmem()
/linux/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst72 其他传统的GFP标志是 ``GFP_DMA`` 和 ``GFP_DMA32`` 。它们用于确保分配的内存可以被寻
A Dprintk-formats.rst553 %pGg GFP_USER|GFP_DMA32|GFP_NOWARN
/linux/drivers/gpu/drm/gma500/
A Dmmu.c168 pd->p = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
171 pd->dummy_pt = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
174 pd->dummy_page = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
275 pt->p = alloc_page(GFP_DMA32); in psb_mmu_alloc_pt()
A Dpsb_drv.c324 dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); in psb_driver_load()
/linux/drivers/media/pci/intel/ipu6/
A Dipu6-mmu.c139 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page()
173 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt()
211 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt()
241 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
/linux/include/linux/
A Dgfp_types.h385 #define GFP_DMA32 __GFP_DMA32 macro
/linux/sound/core/
A Dmemalloc.c300 if (IS_ENABLED(CONFIG_ZONE_DMA32) && !(gfp & GFP_DMA32)) { in do_alloc_pages()
301 gfp |= GFP_DMA32; in do_alloc_pages()
305 gfp = (gfp & ~GFP_DMA32) | GFP_DMA; in do_alloc_pages()
/linux/drivers/gpu/drm/ttm/
A Dttm_device.c99 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32 | in ttm_global_init()
A Dttm_pool.c452 gfp_flags |= GFP_DMA32; in ttm_pool_alloc()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
A Dmem.c202 gfp |= GFP_DMA32; in nvkm_mem_new_host()
/linux/include/trace/events/
A Dmmflags.h32 gfpflag_string(GFP_DMA32), \
/linux/drivers/media/pci/saa7134/
A Dsaa7134-empress.c282 q->gfp_flags = GFP_DMA32; in empress_init()
/linux/drivers/firewire/
A Dcore-iso.c43 buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in fw_iso_buffer_alloc()
/linux/drivers/dma/
A Dsun6i-dma.c670 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_memcpy()
729 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_slave_sg()
812 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_cyclic()
/linux/drivers/staging/media/atomisp/pci/mmu/
A Disp_mmu.c103 virt = (void *)__get_free_page(GFP_KERNEL | GFP_DMA32); in alloc_page_table()
/linux/drivers/platform/x86/dell/
A Ddell_rbu.c407 (unsigned char *)__get_free_pages(GFP_DMA32, ordernum); in img_update_realloc()
/linux/drivers/char/agp/
A Dintel-gtt.c149 page = alloc_pages(GFP_KERNEL | GFP_DMA32, 2); in i8xx_alloc_pages()
300 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in intel_gtt_setup_scratch_page()
A Dgeneric.c1193 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in agp_generic_alloc_pages()
1221 page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in agp_generic_alloc_page()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_wed_wo.c146 GFP_ATOMIC | GFP_DMA32); in mtk_wed_wo_queue_refill()
/linux/samples/v4l/
A Dv4l2-pci-skeleton.c839 q->gfp_flags = GFP_DMA32; in skeleton_probe()
/linux/drivers/media/pci/tw5864/
A Dtw5864-video.c962 GFP_KERNEL | GFP_DMA32); in tw5864_video_init()
971 GFP_KERNEL | GFP_DMA32); in tw5864_video_init()

Completed in 83 milliseconds

123