Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmm_init.c1319 unsigned long high_zone_low = arch_zone_lowest_possible_pfn[ZONE_HIGHMEM]; in calc_nr_kernel_pages() local
1329 start_pfn = clamp(start_pfn, 0, high_zone_low); in calc_nr_kernel_pages()
1330 end_pfn = clamp(end_pfn, 0, high_zone_low); in calc_nr_kernel_pages()