Searched refs:max_low_pfn (Results 1 – 3 of 3) sorted by relevance
1121 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_alloc_phys()1135 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_free_part_phys()1147 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_not_leak_phys()1159 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_ignore_phys()
103 unsigned long max_low_pfn; variable1913 PFN_DOWN(end), max_low_pfn); in __free_memory_core()
6273 void __init free_bootmem_with_active_regions(int nid, unsigned long max_low_pfn) in free_bootmem_with_active_regions() argument6279 start_pfn = min(start_pfn, max_low_pfn); in free_bootmem_with_active_regions()6280 end_pfn = min(end_pfn, max_low_pfn); in free_bootmem_with_active_regions()