Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dballoon.c746 if (xen_unpopulated_pages >= get_num_physpages()) in balloon_init()
748 current_pages = get_num_physpages() - in balloon_init()
/linux/kernel/power/
H A Dsnapshot.c2183 info->num_physpages = get_num_physpages(); in init_header()
2324 if (!reason && info->num_physpages != get_num_physpages()) in check_header()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c2015 if (min < 2 || min >= max || max > get_num_physpages()) in param_set_sfb_size()
/linux/mm/
H A Dmm_init.c2629 physpages = get_num_physpages(); in mem_init_print_info()
/linux/include/linux/
H A Dmm.h3720 static inline unsigned long get_num_physpages(void) in get_num_physpages() function