Searched refs:phys_start_pfn (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | memory_hotplug.c | 443 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() 468 unsigned long phys_start_pfn) in __add_section() argument 472 if (pfn_valid(phys_start_pfn)) in __add_section() 475 ret = sparse_add_one_section(zone, phys_start_pfn); in __add_section() 480 ret = __add_zone(zone, phys_start_pfn); in __add_section() [all …]
|