Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dstartup.c282 unsigned long amode31_lma = 0; in startup_kernel() local
344 amode31_lma = randomize_within_range(vmlinux.amode31_size, PAGE_SIZE, 0, SZ_2G); in startup_kernel()
345 amode31_lma = amode31_lma ?: vmlinux.default_lma - vmlinux.amode31_size; in startup_kernel()
346 physmem_reserve(RR_AMODE31, amode31_lma, vmlinux.amode31_size); in startup_kernel()