Searched refs:ZONE_NORMAL (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/include/linux/
H A Dgfp.h43 #define OPT_ZONE_HIGHMEM ZONE_NORMAL
49 #define OPT_ZONE_DMA ZONE_NORMAL
55 #define OPT_ZONE_DMA32 ZONE_NORMAL
103 (ZONE_NORMAL << 0 * GFP_ZONES_SHIFT) \
107 | (ZONE_NORMAL << ___GFP_MOVABLE * GFP_ZONES_SHIFT) \
H A Dmmzone.h730 * to DMA to all of the addressable memory (ZONE_NORMAL).
745 * Normal addressable memory is in ZONE_NORMAL. DMA operations can be
746 * performed on pages in ZONE_NORMAL if the DMA devices support
749 ZONE_NORMAL, enumerator in enum:zone_type
762 * ZONE_MOVABLE is similar to ZONE_NORMAL, except that it contains
1471 * zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.
1724 z = first_zones_zonelist(zonelist, ZONE_NORMAL, nodes);
H A Dvmstat.h135 __count_vm_events(item##_NORMAL - ZONE_NORMAL + zid, delta)
/linux-master/arch/csky/kernel/
H A Dsetup.c43 max_zone_pfn[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/nios2/mm/
H A Dinit.c53 max_zone_pfn[ZONE_NORMAL] = max_mapnr;
/linux-master/arch/arc/mm/
H A Dinit.c126 max_zone_pfn[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/xtensa/mm/
H A Dinit.c74 [ZONE_NORMAL] = max_low_pfn,
/linux-master/arch/openrisc/mm/
H A Dinit.c46 * We use only ZONE_NORMAL
48 max_zone_pfn[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/hexagon/mm/
H A Dinit.c96 * give ZONE_NORMAL all the memory, including the big holes
102 max_zone_pfn[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/mips/loongson64/
H A Dnuma.c177 zones_size[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/alpha/mm/
H A Dinit.c250 max_zone_pfn[ZONE_NORMAL] = max_pfn;
/linux-master/arch/um/kernel/
H A Dmem.c178 max_zone_pfn[ZONE_NORMAL] = end_iomem >> PAGE_SHIFT;
/linux-master/arch/loongarch/mm/
H A Dinit.c73 max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/powerpc/mm/
H A Dmem.c213 * We setup ZONE_DMA to be 31-bits on all platforms and ZONE_NORMAL to be
219 * anyway) will take a first dip into ZONE_NORMAL and get otherwise served by
261 max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/s390/mm/
H A Dinit.c101 max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/arm64/mm/
H A Dinit.c155 max_zone_pfns[ZONE_NORMAL] = max_pfn;
/linux-master/include/trace/events/
H A Dmmflags.h267 EM (ZONE_NORMAL, "Normal") \
/linux-master/arch/sh/mm/
H A Dinit.c337 max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
410 /* We only have ZONE_NORMAL, so this is easy.. */
/linux-master/arch/loongarch/kernel/
H A Dnuma.c407 zones_size[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/mips/sgi-ip27/
H A Dip27-memory.c416 zones_size[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/arm/mm/
H A Dinit.c117 max_zone_pfn[ZONE_NORMAL] = max_low;
/linux-master/mm/
H A Dmemory_hotplug.c692 if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY))
895 * to the ZONE_NORMAL.
903 for (zid = 0; zid < ZONE_NORMAL; zid++) {
910 return &pgdat->node_zones[ZONE_NORMAL];
1897 * [0..ZONE_NORMAL], and it is the last present memory there,
1902 for (zt = 0; zt <= ZONE_NORMAL; zt++)
1904 if (zone_idx(zone) <= ZONE_NORMAL && nr_pages >= present_pages)
1908 * We have accounted the pages from [0..ZONE_NORMAL); ZONE_HIGHMEM
H A Dmm_init.c576 /* The shift won't overflow because ZONE_NORMAL is below 4G. */
1192 * Treat pages to be ZONE_MOVABLE in ZONE_NORMAL as absent pages
1209 if (zone_type == ZONE_NORMAL &&
1747 if (zone_type <= ZONE_NORMAL)
1768 * Some architectures, e.g. ARC may have ZONE_HIGHMEM below ZONE_NORMAL. For
/linux-master/arch/mips/mm/
H A Dinit.c416 max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
/linux-master/arch/x86/mm/
H A Dinit.c1052 max_zone_pfns[ZONE_NORMAL] = max_low_pfn;

Completed in 428 milliseconds

12