Home
last modified time | relevance | path

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

/linux/arch/mips/loongson64/
H A Dnuma.c169 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
/linux/drivers/xen/
H A Dballoon.c717 : get_num_physpages(); in balloon_init()
719 balloon_stats.current_pages = get_num_physpages(); in balloon_init()
/linux/arch/mips/sgi-ip27/
H A Dip27-memory.c422 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
/linux/arch/arm64/mm/
H A Dinit.c409 if (PAGE_SIZE >= 16384 && get_num_physpages() <= 128) { in mem_init()
/linux/arch/x86/kernel/cpu/
H A Damd.c111 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
/linux/kernel/power/
H A Dsnapshot.c2186 info->num_physpages = get_num_physpages(); in init_header()
2327 if (!reason && info->num_physpages != get_num_physpages()) in check_header()
/linux/include/linux/
H A Dmm.h3219 static inline unsigned long get_num_physpages(void) in get_num_physpages() function