/linux-6.12.1/include/linux/ |
D | gfp.h | 45 #define OPT_ZONE_HIGHMEM ZONE_NORMAL 51 #define OPT_ZONE_DMA ZONE_NORMAL 57 #define OPT_ZONE_DMA32 ZONE_NORMAL 105 (ZONE_NORMAL << 0 * GFP_ZONES_SHIFT) \ 109 | (ZONE_NORMAL << ___GFP_MOVABLE * GFP_ZONES_SHIFT) \
|
D | mmzone.h | 745 ZONE_NORMAL, enumerator 1747 z = first_zones_zonelist(zonelist, ZONE_NORMAL, nodes); in movable_only_nodes()
|
/linux-6.12.1/Documentation/mm/ |
D | physical_memory.rst | 51 * ``ZONE_NORMAL`` is for normal memory that can be accessed by the kernel all 53 devices support transfers to all addressable memory. ``ZONE_NORMAL`` is 61 * ``ZONE_MOVABLE`` is for normal accessible memory, just like ``ZONE_NORMAL``. 78 ``ZONE_NORMAL`` so it is the most performance critical zone. Zones are 87 ``ZONE_NORMAL`` and ``ZONE_HIGHMEM``:: 96 | ZONE_DMA | ZONE_NORMAL | ZONE_HIGHMEM | 103 ``ZONE_NORMAL`` and ``ZONE_MOVABLE`` on node 0, and ``ZONE_NORMAL`` and
|
/linux-6.12.1/arch/csky/kernel/ |
D | setup.c | 43 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in csky_memblock_init()
|
/linux-6.12.1/arch/nios2/mm/ |
D | init.c | 54 max_zone_pfn[ZONE_NORMAL] = max_mapnr; in paging_init()
|
/linux-6.12.1/arch/arc/mm/ |
D | init.c | 126 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in setup_arch_memory()
|
/linux-6.12.1/arch/mips/loongson64/ |
D | numa.c | 163 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/arch/openrisc/mm/ |
D | init.c | 48 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in zone_sizes_init()
|
/linux-6.12.1/arch/xtensa/mm/ |
D | init.c | 74 [ZONE_NORMAL] = max_low_pfn, in zones_init()
|
/linux-6.12.1/arch/hexagon/mm/ |
D | init.c | 102 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/arch/um/kernel/ |
D | mem.c | 179 max_zone_pfn[ZONE_NORMAL] = end_iomem >> PAGE_SHIFT; in paging_init()
|
/linux-6.12.1/mm/ |
D | memory_hotplug.c | 686 if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY)) in node_states_check_changes_online() 898 for (zid = 0; zid < ZONE_NORMAL; zid++) { in default_kernel_zone_for_pfn() 905 return &pgdat->node_zones[ZONE_NORMAL]; in default_kernel_zone_for_pfn() 1894 for (zt = 0; zt <= ZONE_NORMAL; zt++) in node_states_check_changes_offline() 1896 if (zone_idx(zone) <= ZONE_NORMAL && nr_pages >= present_pages) in node_states_check_changes_offline()
|
/linux-6.12.1/arch/s390/mm/ |
D | init.c | 103 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/arch/loongarch/mm/ |
D | init.c | 74 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 174 Or one can explicitly request a kernel zone (usually ZONE_NORMAL) by:: 357 zone for the memory block, such as ZONE_NORMAL. 472 (usually ZONE_NORMAL) if not set. 495 ZONE_NORMAL, not a mixture. 526 Note that ZONE_NORMAL memory provided by one 530 hotplugged DIMM to ZONE_NORMAL will not allow 534 onlined to ZONE_NORMAL will allow for more
|
/linux-6.12.1/arch/alpha/mm/ |
D | init.c | 250 max_zone_pfn[ZONE_NORMAL] = max_pfn; in paging_init()
|
/linux-6.12.1/include/trace/events/ |
D | mmflags.h | 262 EM (ZONE_NORMAL, "Normal") \
|
/linux-6.12.1/arch/sh/mm/ |
D | init.c | 332 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | numa.c | 386 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/arch/mips/sgi-ip27/ |
D | ip27-memory.c | 416 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/arch/arm64/mm/ |
D | init.c | 153 max_zone_pfns[ZONE_NORMAL] = max_pfn; in zone_sizes_init()
|
/linux-6.12.1/arch/arm/mm/ |
D | init.c | 118 max_zone_pfn[ZONE_NORMAL] = max_low; in zone_sizes_init()
|
/linux-6.12.1/arch/powerpc/mm/ |
D | mem.c | 266 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
/linux-6.12.1/Documentation/admin-guide/sysctl/ |
D | vm.rst | 703 ZONE_NORMAL -> ZONE_DMA 705 get memory from ZONE_DMA only when ZONE_NORMAL is not available. 710 (A) Node(0) ZONE_NORMAL -> Node(0) ZONE_DMA -> Node(1) ZONE_NORMAL 711 (B) Node(0) ZONE_NORMAL -> Node(1) ZONE_NORMAL -> Node(0) ZONE_DMA. 714 will be used before ZONE_NORMAL exhaustion. This increases possibility of
|
/linux-6.12.1/arch/mips/mm/ |
D | init.c | 417 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|