Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/xen/
H A Dballoon.c726 : get_num_physpages(); in balloon_init()
728 balloon_stats.current_pages = get_num_physpages(); in balloon_init()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-lantiq.c87 mem = get_num_physpages() * PAGE_SIZE; in ltq_calc_bar11mask()
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A Dnuma.c234 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A Dip27-memory.c425 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dinit.c609 if (PAGE_SIZE >= 16384 && get_num_physpages() <= 128) { in mem_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Damd.c122 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c2051 info->num_physpages = get_num_physpages(); in init_header()
2183 if (!reason && info->num_physpages != get_num_physpages()) in check_header()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_sf.c2141 if (min < 2 || min >= max || max > get_num_physpages()) in param_set_sfb_size()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2554 static inline unsigned long get_num_physpages(void) in get_num_physpages() function
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c7903 physpages = get_num_physpages(); in mem_init_print_info()