Home
last modified time | relevance | path

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

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