is_highmem_idx
return is_highmem_idx(zone_idx(zone));
#define PageHighMem(__p) is_highmem_idx(page_zonenum(__p))
#define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f))
if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE)
if (!is_highmem_idx(zone))
if (!is_highmem_idx(i))