Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dmemory_hotplug.c443 static int __meminit __add_zone(struct zone *zone, unsigned long phys_start_pfn) in __add_zone() argument
453 ret = ensure_zone_is_initialized(zone, phys_start_pfn, nr_pages); in __add_zone()
458 grow_zone_span(zone, phys_start_pfn, phys_start_pfn + nr_pages); in __add_zone()
459 grow_pgdat_span(zone->zone_pgdat, phys_start_pfn, in __add_zone()
460 phys_start_pfn + nr_pages); in __add_zone()
463 phys_start_pfn, MEMMAP_HOTPLUG); in __add_zone()
466 for (pfn = phys_start_pfn; pfn < phys_start_pfn + nr_pages; pfn++) { in __add_zone()
476 unsigned long phys_start_pfn) in __add_section() argument
480 if (pfn_valid(phys_start_pfn)) in __add_section()
483 ret = sparse_add_one_section(zone, phys_start_pfn); in __add_section()
[all …]