| /linux/kernel/dma/ |
| H 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() 223 GFP_KERNEL | GFP_DMA32); in dma_atomic_pool_init() 238 if (gfp & GFP_DMA32) in dma_guess_pool()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 72 其他传统的GFP标志是 ``GFP_DMA`` 和 ``GFP_DMA32`` 。它们用于确保分配的内存可以被寻
|
| H A D | printk-formats.rst | 552 %pGg GFP_USER|GFP_DMA32|GFP_NOWARN
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-mmu.c | 141 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page() 175 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt() 213 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt() 243 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
|
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7-mmu.c | 124 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page() 158 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt() 196 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt() 226 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
|
| /linux/tools/include/linux/ |
| H A D | gfp_types.h | 384 #define GFP_DMA32 __GFP_DMA32 macro
|
| /linux/sound/core/ |
| H 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/nouveau/nvkm/subdev/mmu/ |
| H A D | mem.c | 202 gfp |= GFP_DMA32; in nvkm_mem_new_host()
|
| /linux/include/trace/events/ |
| H A D | mmflags.h | 101 gfpflag_string(GFP_DMA32), \
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | base.c | 282 fb->sysmem.flush_page = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO); in nvkm_fb_ctor()
|
| /linux/drivers/firewire/ |
| H A D | core-iso.c | 42 unsigned long nr_populated = alloc_pages_bulk(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO, in fw_iso_buffer_alloc()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 546 gfp_t flags32 = GFP_KERNEL | GFP_DMA32 | __GFP_ZERO; in hv_crash_trampoline_setup()
|
| /linux/drivers/dma/ |
| H A D | sun6i-dma.c | 685 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_memcpy() 744 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_slave_sg() 827 v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32 | GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_cyclic()
|
| /linux/drivers/char/agp/ |
| H 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/ |
| H A D | mtk_wed_wo.c | 146 GFP_ATOMIC | GFP_DMA32); in mtk_wed_wo_queue_refill()
|
| H A D | mtk_wed.c | 549 GFP_DMA32, in mtk_wed_amsdu_buffer_alloc() 680 page = __dev_alloc_page(GFP_KERNEL | GFP_DMA32); in mtk_wed_tx_buffer_alloc() 803 page = __dev_alloc_page(GFP_KERNEL | GFP_DMA32); in mtk_wed_hwrro_buffer_alloc()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 786 gfp_flags |= GFP_DMA32; in __ttm_pool_alloc() 1088 gfp = GFP_DMA32; in ttm_pool_backup()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 557 priv->shm_gfp_mask |= GFP_DMA32; in etnaviv_bind()
|
| /linux/drivers/virt/vboxguest/ |
| H A D | vboxguest_utils.c | 73 req = (void *)__get_free_pages(GFP_KERNEL | GFP_DMA32, order); in vbg_req_alloc()
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 81 Other legacy GFP flags are ``GFP_DMA`` and ``GFP_DMA32``. They are
|
| /linux/drivers/spi/ |
| H A D | spi-rockchip-sfc.c | 700 sfc->buffer = (u8 *)__get_free_pages(GFP_KERNEL | GFP_DMA32, in rockchip_sfc_probe()
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-video.c | 1411 q->gfp_flags = GFP_DMA32; in cx8800_initdev() 1428 q->gfp_flags = GFP_DMA32; in cx8800_initdev()
|
| /linux/drivers/iommu/ |
| H A D | io-pgtable-arm-v7s.c | 153 #define ARM_V7S_TABLE_GFP_DMA GFP_DMA32
|
| H A D | sun50i-iommu.c | 694 iommu_alloc_pages_sz(GFP_KERNEL | GFP_DMA32, DT_SIZE); in sun50i_iommu_domain_alloc_paging()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-streams.c | 289 s->vidq.gfp_flags = GFP_DMA32; in cx18_stream_init()
|