Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H 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 …]