Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmm_init.c1229 unsigned long zone_high = arch_zone_highest_possible_pfn[zone_type]; in zone_spanned_pages_in_node() local
1232 *zone_start_pfn = clamp(node_start_pfn, zone_low, zone_high); in zone_spanned_pages_in_node()
1233 *zone_end_pfn = clamp(node_end_pfn, zone_low, zone_high); in zone_spanned_pages_in_node()