Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dshow_mem.c30 if (is_highmem_idx(zoneid)) in show_mem()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h957 static inline int is_highmem_idx(enum zone_type idx) in is_highmem_idx() function
985 return is_highmem_idx(zone_idx(zone)); in is_highmem()
H A Dpage-flags.h394 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG()
/OK3568_Linux_fs/kernel/mm/
H A Dpage-writeback.c319 if (!is_highmem_idx(i)) in highmem_dirtyable_memory()
H A Dpage_alloc.c1550 if (!is_highmem_idx(zone)) in __init_single_page()
7207 if (!is_highmem_idx(j)) { in free_area_init_core()
7226 if (!is_highmem_idx(j)) in free_area_init_core()
H A Dmigrate.c1560 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE) in alloc_migration_target()