Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dboot.h45 unsigned long detect_max_physmem_end(void);
H A Dphysmem_info.c156 unsigned long detect_max_physmem_end(void) in detect_max_physmem_end() function
H A Dstartup.c310 max_physmem_end = detect_max_physmem_end(); in startup_kernel()