Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/pci/
H A Dpci-lantiq.c87 mem = get_num_physpages() * PAGE_SIZE; in ltq_calc_bar11mask()
/linux-6.15/drivers/xen/
H A Dballoon.c731 if (xen_released_pages >= get_num_physpages()) { in balloon_init()
736 balloon_stats.current_pages = get_num_physpages() - xen_released_pages; in balloon_init()
/linux-6.15/arch/arm64/mm/
H A Dinit.c397 if (PAGE_SIZE >= 16384 && get_num_physpages() <= 128) { in arch_mm_preinit()
/linux-6.15/arch/x86/kernel/cpu/
H A Damd.c113 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
/linux-6.15/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-6.15/arch/s390/kernel/
H A Dperf_cpum_sf.c2020 if (min < 2 || min >= max || max > get_num_physpages()) in param_set_sfb_size()
/linux-6.15/mm/
H A Dmm_init.c2691 physpages = get_num_physpages(); in mem_init_print_info()
/linux-6.15/include/linux/
H A Dmm.h3314 static inline unsigned long get_num_physpages(void) in get_num_physpages() function