Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/boot/
H A Dmem_detect.c11 unsigned long __bootdata(max_physmem_end);
163 sclp_early_get_memsize(&max_physmem_end); in detect_memory()
175 if (max_physmem_end) { in detect_memory()
176 add_mem_detect_block(0, max_physmem_end); in detect_memory()
183 max_physmem_end = get_mem_detect_end(); in detect_memory()
/kernel/linux/linux-6.6/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.c141 * 1. max_physmem_end - end of physical memory online or standby.
151 static void setup_ident_map_size(unsigned long max_physmem_end) in setup_ident_map_size() argument
155 ident_map_size = max_physmem_end; in setup_ident_map_size()
281 unsigned long max_physmem_end; in startup_kernel() local
311 max_physmem_end = detect_max_physmem_end(); in startup_kernel()
312 setup_ident_map_size(max_physmem_end); in startup_kernel()
317 detect_physmem_online_ranges(max_physmem_end); in startup_kernel()
H A Dboot.h46 void detect_physmem_online_ranges(unsigned long max_physmem_end);
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsetup.h95 extern unsigned long max_physmem_end;
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsetup.c100 unsigned long __bootdata(max_physmem_end);
565 tmp = (memory_end ?: max_physmem_end) / PAGE_SIZE; in setup_memory_end()
592 memory_end = min(memory_end ?: max_physmem_end, (unsigned long)vmemmap); in setup_memory_end()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dkasan_init.c400 kasan_early_vmemmap_populate(__sha(max_physmem_end), in kasan_early_init()

Completed in 5 milliseconds