Home
last modified time | relevance | path

Searched refs:max_physmem_end (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/boot/
H A Dphysmem_info.c158 unsigned long max_physmem_end = 0; in detect_max_physmem_end() local
160 if (!sclp_early_get_memsize(&max_physmem_end)) { in detect_max_physmem_end()
163 max_physmem_end = search_mem_end(); in detect_max_physmem_end()
166 return max_physmem_end; in detect_max_physmem_end()
169 void detect_physmem_online_ranges(unsigned long max_physmem_end) in detect_physmem_online_ranges() argument
175 } else if (max_physmem_end) { in detect_physmem_online_ranges()
176 add_physmem_online_range(0, max_physmem_end); in detect_physmem_online_ranges()
H A Dstartup.c150 static void setup_ident_map_size(unsigned long max_physmem_end) in setup_ident_map_size() argument
154 ident_map_size = max_physmem_end; in setup_ident_map_size()
280 unsigned long max_physmem_end; in startup_kernel() local
310 max_physmem_end = detect_max_physmem_end(); in startup_kernel()
311 setup_ident_map_size(max_physmem_end); in startup_kernel()
316 detect_physmem_online_ranges(max_physmem_end); in startup_kernel()
H A Dboot.h46 void detect_physmem_online_ranges(unsigned long max_physmem_end);