Searched refs:is_highmem (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/mm/
H A Dhighmem_32.c21 if (!is_highmem(zone))
/linux-master/mm/
H A Dshow_mem.c106 if (is_highmem(zone)) {
413 if (is_highmem(zone))
H A Dhighmem.c123 if (is_highmem(zone))
H A Dpage_alloc.c5854 if (!is_highmem(zone) && zone_idx(zone) != ZONE_MOVABLE)
5864 if (is_highmem(zone) || zone_idx(zone) == ZONE_MOVABLE) {
/linux-master/kernel/power/
H A Dsnapshot.c1307 if (is_highmem(zone))
1357 if (!is_highmem(zone))
1424 if (is_highmem(zone))
1479 return is_highmem(zone) ?
1881 if (is_highmem(zone))
2025 if (!is_highmem(zone))
/linux-master/include/linux/
H A Dmmzone.h1536 * is_highmem - helper function to quickly check if a struct zone is a
1542 static inline int is_highmem(struct zone *zone) function

Completed in 283 milliseconds