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.c734 if (xen_released_pages >= get_num_physpages()) { in balloon_init()
739 balloon_stats.current_pages = get_num_physpages() - xen_released_pages; in balloon_init()
/linux/arch/arm64/mm/
H A Dinit.c377 if (PAGE_SIZE >= 16384 && get_num_physpages() <= 128) { in arch_mm_preinit()
/linux/arch/x86/kernel/cpu/
H A Damd.c115 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
/linux/mm/
H A Dmm_init.c2630 physpages = get_num_physpages(); in mem_init_print_info()
/linux/include/linux/
H A Dmm.h3527 static inline unsigned long get_num_physpages(void) in get_num_physpages() function