| /linux/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 | 65 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 | 366 if (nid != NUMA_NO_NODE && !(gfp & (GFP_DMA | GFP_DMA32))) { in dma_alloc_contiguous()
|
| /linux/drivers/firmware/tegra/ |
| A D | bpmp-debugfs.c | 601 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 D | memory-allocation.rst | 72 其他传统的GFP标志是 ``GFP_DMA`` 和 ``GFP_DMA32`` 。它们用于确保分配的内存可以被寻
|
| A D | printk-formats.rst | 553 %pGg GFP_USER|GFP_DMA32|GFP_NOWARN
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | mmu.c | 168 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 D | psb_drv.c | 324 dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); in psb_driver_load()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| A D | ipu6-mmu.c | 139 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 D | gfp_types.h | 385 #define GFP_DMA32 __GFP_DMA32 macro
|
| /linux/sound/core/ |
| A D | memalloc.c | 300 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 D | ttm_device.c | 99 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32 | in ttm_global_init()
|
| A D | ttm_pool.c | 452 gfp_flags |= GFP_DMA32; in ttm_pool_alloc()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| A D | mem.c | 202 gfp |= GFP_DMA32; in nvkm_mem_new_host()
|
| /linux/include/trace/events/ |
| A D | mmflags.h | 32 gfpflag_string(GFP_DMA32), \
|
| /linux/drivers/media/pci/saa7134/ |
| A D | saa7134-empress.c | 282 q->gfp_flags = GFP_DMA32; in empress_init()
|
| /linux/drivers/firewire/ |
| A D | core-iso.c | 43 buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in fw_iso_buffer_alloc()
|
| /linux/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/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/drivers/platform/x86/dell/ |
| A D | dell_rbu.c | 407 (unsigned char *)__get_free_pages(GFP_DMA32, ordernum); in img_update_realloc()
|
| /linux/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/drivers/net/ethernet/mediatek/ |
| A D | mtk_wed_wo.c | 146 GFP_ATOMIC | GFP_DMA32); in mtk_wed_wo_queue_refill()
|
| /linux/samples/v4l/ |
| A D | v4l2-pci-skeleton.c | 839 q->gfp_flags = GFP_DMA32; in skeleton_probe()
|
| /linux/drivers/media/pci/tw5864/ |
| A D | tw5864-video.c | 962 GFP_KERNEL | GFP_DMA32); in tw5864_video_init() 971 GFP_KERNEL | GFP_DMA32); in tw5864_video_init()
|