Home
last modified time | relevance | path

Searched refs:ZONE_DMA32 (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst40 * ``ZONE_DMA`` 和 ``ZONE_DMA32`` 在历史上代表适用于DMA的内存,这些
44 和 ``ZONE_DMA32`` 仍然表示访问受限的内存范围。
94 在内核构建时关闭 ``ZONE_DMA`` 开启 ``ZONE_DMA32``,并且具有16GB
96 启动时,``ZONE_DMA32``、``ZONE_NORMAL`` 和 ``ZONE_MOVABLE``
/linux-6.15/arch/mips/loongson64/
H A Dnuma.c162 zones_size[ZONE_DMA32] = MAX_DMA32_PFN; in paging_init()
/linux-6.15/arch/loongarch/mm/
H A Dinit.c69 max_zone_pfns[ZONE_DMA32] = MAX_DMA32_PFN; in paging_init()
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst39 * ``ZONE_DMA`` and ``ZONE_DMA32`` historically represented memory suitable for
43 but ``ZONE_DMA`` and ``ZONE_DMA32`` still represent memory ranges that have
100 With a kernel built with ``ZONE_DMA`` disabled and ``ZONE_DMA32`` enabled and
102 RAM equally split between two nodes, there will be ``ZONE_DMA32``,
352 a node contains ``ZONE_DMA32``, ``ZONE_NORMAL`` and ``ZONE_MOVABLE`` and the
355 ``ZONE_NORMAL`` > ``ZONE_DMA32``.
/linux-6.15/include/trace/events/
H A Dmmflags.h304 IFDEF_ZONE_DMA32( EM (ZONE_DMA32, "DMA32")) \
/linux-6.15/arch/loongarch/kernel/
H A Dnuma.c384 zones_size[ZONE_DMA32] = MAX_DMA32_PFN; in paging_init()
/linux-6.15/arch/arm64/mm/
H A Dinit.c145 max_zone_pfns[ZONE_DMA32] = PFN_DOWN(dma32_phys_limit); in zone_sizes_init()
/linux-6.15/include/linux/
H A Dgfp.h74 #define OPT_ZONE_DMA32 ZONE_DMA32
H A Dmmzone.h765 ZONE_DMA32, enumerator
/linux-6.15/arch/mips/mm/
H A Dinit.c407 max_zone_pfns[ZONE_DMA32] = MAX_DMA32_PFN; in paging_init()
/linux-6.15/arch/mips/
H A DKconfig503 select ZONE_DMA32
568 select ZONE_DMA32 if 64BIT
789 select ZONE_DMA32
861 select ZONE_DMA32 if 64BIT
874 select ZONE_DMA32 if 64BIT
896 select ZONE_DMA32 if 64BIT
981 select ZONE_DMA32
/linux-6.15/arch/x86/mm/
H A Dinit.c1010 max_zone_pfns[ZONE_DMA32] = min(MAX_DMA32_PFN, max_low_pfn); in zone_sizes_init()
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm2711.dtsi1126 * arm64 reserves the CMA by default somewhere in ZONE_DMA32,
/linux-6.15/arch/loongarch/
H A DKconfig209 select ZONE_DMA32
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dvm.rst708 (This documentation ignores ZONE_HIGHMEM/ZONE_DMA32 for simple explanation.
709 you may be able to read ZONE_DMA as ZONE_DMA32...)
/linux-6.15/arch/riscv/mm/
H A Dinit.c86 max_zone_pfns[ZONE_DMA32] = PFN_DOWN(dma32_phys_limit); in zone_sizes_init()
/linux-6.15/mm/
H A Dpage_alloc.c236 [ZONE_DMA32] = 256,
3520 BUILD_BUG_ON(ZONE_NORMAL - ZONE_DMA32 != 1); in alloc_flags_nofragment()
H A DKconfig1084 config ZONE_DMA32 config
/linux-6.15/arch/riscv/
H A DKconfig222 select ZONE_DMA32 if 64BIT
/linux-6.15/arch/x86/
H A DKconfig39 select ZONE_DMA32