Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dstartup.c282 static void setup_ident_map_size(unsigned long max_physmem_end) in setup_ident_map_size() argument
286 ident_map_size = max_physmem_end; in setup_ident_map_size()
502 unsigned long max_physmem_end; in startup_kernel() local
541 max_physmem_end = detect_max_physmem_end(); in startup_kernel()
542 setup_ident_map_size(max_physmem_end); in startup_kernel()
547 detect_physmem_online_ranges(max_physmem_end); in startup_kernel()
H A Dboot.h41 void detect_physmem_online_ranges(unsigned long max_physmem_end);