Searched refs:get_num_physpages (Results 1 – 11 of 11) sorted by relevance
181 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
733 : get_num_physpages(); in balloon_init()735 balloon_stats.current_pages = get_num_physpages(); in balloon_init()
87 mem = get_num_physpages() * PAGE_SIZE; in ltq_calc_bar11mask()
474 if (PAGE_SIZE >= 16384 && get_num_physpages() <= 128) { in mem_init()
421 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
456 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()
121 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
2089 info->num_physpages = get_num_physpages(); in init_header()2221 if (!reason && info->num_physpages != get_num_physpages()) in check_header()
2164 if (min < 2 || min >= max || max > get_num_physpages()) in param_set_sfb_size()
2559 static inline unsigned long get_num_physpages(void) in get_num_physpages() function
8515 physpages = get_num_physpages(); in mem_init_print_info()