zone_high 6396 mm/page_alloc.c unsigned long zone_high = arch_zone_highest_possible_pfn[zone_type]; zone_high 6402 mm/page_alloc.c *zone_start_pfn = clamp(node_start_pfn, zone_low, zone_high); zone_high 6403 mm/page_alloc.c *zone_end_pfn = clamp(node_end_pfn, zone_low, zone_high); zone_high 6461 mm/page_alloc.c unsigned long zone_high = arch_zone_highest_possible_pfn[zone_type]; zone_high 6469 mm/page_alloc.c zone_start_pfn = clamp(node_start_pfn, zone_low, zone_high); zone_high 6470 mm/page_alloc.c zone_end_pfn = clamp(node_end_pfn, zone_low, zone_high);