Home
last modified time | relevance | path

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

/linux/mm/
H A Dmm_init.c1321 unsigned long high_zone_low = arch_zone_lowest_possible_pfn[ZONE_HIGHMEM]; in calc_nr_kernel_pages() local
1331 start_pfn = clamp(start_pfn, 0, high_zone_low); in calc_nr_kernel_pages()
1332 end_pfn = clamp(end_pfn, 0, high_zone_low); in calc_nr_kernel_pages()