Home
last modified time | relevance | path

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

/mm/
Dnobootmem.c31 unsigned long max_low_pfn; variable
115 PFN_DOWN(end), max_low_pfn); in __free_memory_core()
Dbootmem.c33 unsigned long max_low_pfn; variable
143 max_low_pfn = pages; in init_bootmem()
Dpage_alloc.c4929 void __init free_bootmem_with_active_regions(int nid, unsigned long max_low_pfn) in free_bootmem_with_active_regions() argument
4935 start_pfn = min(start_pfn, max_low_pfn); in free_bootmem_with_active_regions()
4936 end_pfn = min(end_pfn, max_low_pfn); in free_bootmem_with_active_regions()