Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpage-flags.h548 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG()
549 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG()
H A Dmmzone.h1517 static inline int is_highmem_idx(enum zone_type idx) in is_highmem_idx() function
1536 return is_highmem_idx(zone_idx(zone)); in is_highmem()
/openbmc/linux/mm/
H A Dmm_init.c577 if (!is_highmem_idx(zone)) in __init_single_page()
1575 if (!is_highmem_idx(j)) { in free_area_init_core()
1592 if (!is_highmem_idx(j)) in free_area_init_core()
H A Dmigrate.c2023 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE) in alloc_migration_target()
H A Dpage-writeback.c311 if (!is_highmem_idx(i)) in highmem_dirtyable_memory()