Home
last modified time | relevance | path

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

/arch/s390/boot/
A Dphysmem_info.c104 static int diag500_storage_limit(unsigned long *max_physmem_end) in diag500_storage_limit() argument
120 *max_physmem_end = storage_limit + 1; in diag500_storage_limit()
159 unsigned long max_physmem_end = 0; in detect_max_physmem_end() local
161 if (!diag500_storage_limit(&max_physmem_end)) { in detect_max_physmem_end()
163 } else if (!sclp_early_get_memsize(&max_physmem_end)) { in detect_max_physmem_end()
166 max_physmem_end = search_mem_end(); in detect_max_physmem_end()
169 boot_debug("Max physical memory: 0x%016lx (info source: %s)\n", max_physmem_end, in detect_max_physmem_end()
171 return max_physmem_end; in detect_max_physmem_end()
174 void detect_physmem_online_ranges(unsigned long max_physmem_end) in detect_physmem_online_ranges() argument
190 } else if (max_physmem_end) { in detect_physmem_online_ranges()
[all …]
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()
A Dboot.h41 void detect_physmem_online_ranges(unsigned long max_physmem_end);

Completed in 6 milliseconds