Searched refs:high_zone_low (Results 1 – 1 of 1) sorted by relevance
1321 unsigned long high_zone_low = arch_zone_lowest_possible_pfn[ZONE_HIGHMEM]; in calc_nr_kernel_pages() local1331 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()