Searched refs:get_num_physpages (Results 1 – 8 of 8) sorted by relevance
734 if (xen_released_pages >= get_num_physpages()) { in balloon_init()739 balloon_stats.current_pages = get_num_physpages() - xen_released_pages; in balloon_init()
87 mem = get_num_physpages() * PAGE_SIZE; in ltq_calc_bar11mask()
377 if (PAGE_SIZE >= 16384 && get_num_physpages() <= 128) { in arch_mm_preinit()
115 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
2184 info->num_physpages = get_num_physpages(); in init_header()2325 if (!reason && info->num_physpages != get_num_physpages()) in check_header()
2016 if (min < 2 || min >= max || max > get_num_physpages()) in param_set_sfb_size()
2622 physpages = get_num_physpages(); in mem_init_print_info()
3299 static inline unsigned long get_num_physpages(void) in get_num_physpages() function