/linux-6.3-rc2/kernel/dma/ |
A D | pool.c | 74 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 D | direct.c | 64 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 D | contiguous.c | 319 if (nid != NUMA_NO_NODE && !(gfp & (GFP_DMA | GFP_DMA32))) { in dma_alloc_contiguous()
|
/linux-6.3-rc2/drivers/firmware/tegra/ |
A D | bpmp-debugfs.c | 597 GFP_KERNEL | GFP_DMA32); in debugfs_show() 602 GFP_KERNEL | GFP_DMA32); in debugfs_show() 648 GFP_KERNEL | GFP_DMA32); in debugfs_store() 653 GFP_KERNEL | GFP_DMA32); in debugfs_store() 748 GFP_KERNEL | GFP_DMA32); in bpmp_populate_debugfs_shmem()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | memory-allocation.rst | 72 其他传统的GFP标志是 ``GFP_DMA`` 和 ``GFP_DMA32`` 。它们用于确保分配的内存可以被寻
|
A D | printk-formats.rst | 553 %pGg GFP_USER|GFP_DMA32|GFP_NOWARN
|
/linux-6.3-rc2/drivers/gpu/drm/gma500/ |
A D | mmu.c | 167 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()
|
A D | psb_drv.c | 325 dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); in psb_driver_load()
|
/linux-6.3-rc2/include/linux/ |
A D | gfp_types.h | 336 #define GFP_DMA32 __GFP_DMA32 macro
|
/linux-6.3-rc2/sound/core/ |
A D | memalloc.c | 294 if (IS_ENABLED(CONFIG_ZONE_DMA32) && !(gfp & GFP_DMA32)) { in do_alloc_pages() 295 gfp |= GFP_DMA32; in do_alloc_pages() 299 gfp = (gfp & ~GFP_DMA32) | GFP_DMA; in do_alloc_pages()
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_device.c | 98 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32); in ttm_global_init()
|
A D | ttm_pool.c | 404 gfp_flags |= GFP_DMA32; in ttm_pool_alloc()
|
/linux-6.3-rc2/include/trace/events/ |
A D | mmflags.h | 32 gfpflag_string(GFP_DMA32), \
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
A D | mem.c | 202 gfp |= GFP_DMA32; in nvkm_mem_new_host()
|
/linux-6.3-rc2/drivers/firewire/ |
A D | core-iso.c | 41 buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in fw_iso_buffer_alloc()
|
/linux-6.3-rc2/drivers/media/pci/saa7134/ |
A D | saa7134-empress.c | 281 q->gfp_flags = GFP_DMA32; in empress_init()
|
/linux-6.3-rc2/drivers/dma/ |
A D | sun6i-dma.c | 670 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-6.3-rc2/drivers/staging/media/atomisp/pci/mmu/ |
A D | isp_mmu.c | 103 virt = (void *)__get_free_page(GFP_KERNEL | GFP_DMA32); in alloc_page_table()
|
/linux-6.3-rc2/drivers/platform/x86/dell/ |
A D | dell_rbu.c | 407 (unsigned char *)__get_free_pages(GFP_DMA32, ordernum); in img_update_realloc()
|
/linux-6.3-rc2/drivers/char/agp/ |
A D | intel-gtt.c | 149 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 D | generic.c | 1193 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-6.3-rc2/drivers/iommu/ |
A D | rockchip-iommu.c | 758 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.3-rc2/samples/v4l/ |
A D | v4l2-pci-skeleton.c | 838 q->gfp_flags = GFP_DMA32; in skeleton_probe()
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-video.c | 1322 q->gfp_flags = GFP_DMA32; in cx23885_video_register() 1339 q->gfp_flags = GFP_DMA32; in cx23885_video_register()
|
/linux-6.3-rc2/drivers/media/pci/tw5864/ |
A D | tw5864-video.c | 961 GFP_KERNEL | GFP_DMA32); in tw5864_video_init() 970 GFP_KERNEL | GFP_DMA32); in tw5864_video_init()
|