Home
last modified time | relevance | path

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

123

/linux-6.1.9/kernel/dma/
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()
Ddirect.c64 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()
Dcontiguous.c319 if (nid != NUMA_NO_NODE && !(gfp & (GFP_DMA | GFP_DMA32))) { in dma_alloc_contiguous()
/linux-6.1.9/drivers/firmware/tegra/
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-6.1.9/Documentation/translations/zh_CN/core-api/
Dmemory-allocation.rst72 其他传统的GFP标志是 ``GFP_DMA`` 和 ``GFP_DMA32`` 。它们用于确保分配的内存可以被寻
Dprintk-formats.rst553 %pGg GFP_USER|GFP_DMA32|GFP_NOWARN
/linux-6.1.9/drivers/gpu/drm/gma500/
Dmmu.c167 pd->p = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
170 pd->dummy_pt = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
173 pd->dummy_page = alloc_page(GFP_DMA32); in psb_mmu_alloc_pd()
274 pt->p = alloc_page(GFP_DMA32); in psb_mmu_alloc_pt()
Dpsb_drv.c325 dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); in psb_driver_load()
/linux-6.1.9/include/linux/
Dgfp_types.h340 #define GFP_DMA32 __GFP_DMA32 macro
/linux-6.1.9/sound/core/
Dmemalloc.c295 if (IS_ENABLED(CONFIG_ZONE_DMA32) && !(gfp & GFP_DMA32)) { in do_alloc_pages()
296 gfp |= GFP_DMA32; in do_alloc_pages()
300 gfp = (gfp & ~GFP_DMA32) | GFP_DMA; in do_alloc_pages()
/linux-6.1.9/include/trace/events/
Dmmflags.h32 gfpflag_string(GFP_DMA32), \
/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_device.c98 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32); in ttm_global_init()
Dttm_pool.c381 gfp_flags |= GFP_DMA32; in ttm_pool_alloc()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dmem.c202 gfp |= GFP_DMA32; in nvkm_mem_new_host()
/linux-6.1.9/drivers/media/pci/saa7134/
Dsaa7134-empress.c281 q->gfp_flags = GFP_DMA32; in empress_init()
/linux-6.1.9/drivers/firewire/
Dcore-iso.c41 buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in fw_iso_buffer_alloc()
/linux-6.1.9/drivers/dma/
Dsun6i-dma.c669 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_memcpy()
728 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_slave_sg()
811 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_cyclic()
/linux-6.1.9/drivers/staging/media/atomisp/pci/mmu/
Disp_mmu.c103 virt = (void *)__get_free_page(GFP_KERNEL | GFP_DMA32); in alloc_page_table()
/linux-6.1.9/drivers/platform/x86/dell/
Ddell_rbu.c407 (unsigned char *)__get_free_pages(GFP_DMA32, ordernum); in img_update_realloc()
/linux-6.1.9/drivers/char/agp/
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()
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()
/linux-6.1.9/drivers/iommu/
Drockchip-iommu.c758 page_table = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in rk_dte_get_page_table()
1079 rk_domain->dt = (u32 *)get_zeroed_page(GFP_KERNEL | GFP_DMA32); in rk_iommu_domain_alloc()
/linux-6.1.9/samples/v4l/
Dv4l2-pci-skeleton.c838 q->gfp_flags = GFP_DMA32; in skeleton_probe()
/linux-6.1.9/drivers/media/pci/tw5864/
Dtw5864-video.c961 GFP_KERNEL | GFP_DMA32); in tw5864_video_init()
970 GFP_KERNEL | GFP_DMA32); in tw5864_video_init()
/linux-6.1.9/drivers/media/pci/cx23885/
Dcx23885-video.c1322 q->gfp_flags = GFP_DMA32; in cx23885_video_register()
1339 q->gfp_flags = GFP_DMA32; in cx23885_video_register()

123