Home
last modified time | relevance | path

Searched refs:ZONE_NORMAL (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.12.1/include/linux/
Dgfp.h45 #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) \
Dmmzone.h745 ZONE_NORMAL, enumerator
1747 z = first_zones_zonelist(zonelist, ZONE_NORMAL, nodes); in movable_only_nodes()
/linux-6.12.1/Documentation/mm/
Dphysical_memory.rst51 * ``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/
Dsetup.c43 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in csky_memblock_init()
/linux-6.12.1/arch/nios2/mm/
Dinit.c54 max_zone_pfn[ZONE_NORMAL] = max_mapnr; in paging_init()
/linux-6.12.1/arch/arc/mm/
Dinit.c126 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in setup_arch_memory()
/linux-6.12.1/arch/mips/loongson64/
Dnuma.c163 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/arch/openrisc/mm/
Dinit.c48 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in zone_sizes_init()
/linux-6.12.1/arch/xtensa/mm/
Dinit.c74 [ZONE_NORMAL] = max_low_pfn, in zones_init()
/linux-6.12.1/arch/hexagon/mm/
Dinit.c102 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/arch/um/kernel/
Dmem.c179 max_zone_pfn[ZONE_NORMAL] = end_iomem >> PAGE_SHIFT; in paging_init()
/linux-6.12.1/mm/
Dmemory_hotplug.c686 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/
Dinit.c103 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/arch/loongarch/mm/
Dinit.c74 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/Documentation/admin-guide/mm/
Dmemory-hotplug.rst174 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/
Dinit.c250 max_zone_pfn[ZONE_NORMAL] = max_pfn; in paging_init()
/linux-6.12.1/include/trace/events/
Dmmflags.h262 EM (ZONE_NORMAL, "Normal") \
/linux-6.12.1/arch/sh/mm/
Dinit.c332 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/arch/loongarch/kernel/
Dnuma.c386 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/arch/mips/sgi-ip27/
Dip27-memory.c416 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/arch/arm64/mm/
Dinit.c153 max_zone_pfns[ZONE_NORMAL] = max_pfn; in zone_sizes_init()
/linux-6.12.1/arch/arm/mm/
Dinit.c118 max_zone_pfn[ZONE_NORMAL] = max_low; in zone_sizes_init()
/linux-6.12.1/arch/powerpc/mm/
Dmem.c266 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dvm.rst703 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/
Dinit.c417 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()

12