| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | gfp.h | 390 #define OPT_ZONE_HIGHMEM ZONE_NORMAL 396 #define OPT_ZONE_DMA ZONE_NORMAL 402 #define OPT_ZONE_DMA32 ZONE_NORMAL 450 (ZONE_NORMAL << 0 * GFP_ZONES_SHIFT) \ 454 | (ZONE_NORMAL << ___GFP_MOVABLE * GFP_ZONES_SHIFT) \
|
| H A D | vmstat.h | 135 __count_vm_events(item##_NORMAL - ZONE_NORMAL + zid, delta)
|
| /OK3568_Linux_fs/kernel/arch/c6x/mm/ |
| H A D | init.c | 52 max_zone_pfn[ZONE_NORMAL] = memory_end >> PAGE_SHIFT; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/h8300/mm/ |
| H A D | init.c | 87 max_zone_pfn[ZONE_NORMAL] = end_mem >> PAGE_SHIFT; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | init.c | 53 max_zone_pfn[ZONE_NORMAL] = max_mapnr; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | setup.c | 53 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in csky_memblock_init()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | init.c | 141 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in setup_arch_memory()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | init.c | 104 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory_hotplug.c | 639 if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY)) in node_states_check_changes_online() 733 for (zid = 0; zid <= ZONE_NORMAL; zid++) { in default_kernel_zone_for_pfn() 740 return &pgdat->node_zones[ZONE_NORMAL]; in default_kernel_zone_for_pfn() 1446 for (zt = 0; zt <= ZONE_NORMAL; zt++) in node_states_check_changes_offline() 1448 if (zone_idx(zone) <= ZONE_NORMAL && nr_pages >= present_pages) in node_states_check_changes_offline()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/mm/ |
| H A D | init.c | 52 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in zone_sizes_init()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | contig.c | 184 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | init.c | 74 [ZONE_NORMAL] = max_low_pfn, in zones_init()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | memory-hotplug.rst | 177 can be onlined to ZONE_NORMAL by default and to ZONE_MOVABLE 181 can be onlined to ZONE_MOVABLE by default and to ZONE_NORMAL 295 (usually ZONE_NORMAL) will be used unless movable_node kernel command line 304 Or you can explicitly request a kernel zone (usually ZONE_NORMAL) by:: 308 .. note:: current limit: this memory block must be adjacent to ZONE_NORMAL
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | mem.c | 162 max_zone_pfn[ZONE_NORMAL] = end_iomem >> PAGE_SHIFT; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/alpha/mm/ |
| H A D | numa.c | 217 max_zone_pfn[ZONE_NORMAL] = max_pfn; in paging_init()
|
| H A D | init.c | 252 max_zone_pfn[ZONE_NORMAL] = max_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | mmflags.h | 255 EM (ZONE_NORMAL, "Normal") \
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | numa.c | 228 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | init.c | 36 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in zone_sizes_init()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | init.c | 124 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 635 ZONE_NORMAL -> ZONE_DMA 637 get memory from ZONE_DMA only when ZONE_NORMAL is not available. 642 (A) Node(0) ZONE_NORMAL -> Node(0) ZONE_DMA -> Node(1) ZONE_NORMAL 643 (B) Node(0) ZONE_NORMAL -> Node(1) ZONE_NORMAL -> Node(0) ZONE_DMA. 646 will be used before ZONE_NORMAL exhaustion. This increases possibility of
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-memory.c | 419 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mem.c | 262 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | init.c | 247 max_zone_pfns[ZONE_NORMAL] = max; in zone_sizes_init()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | init.c | 336 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
|