Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dstartup.c397 unsigned long nokaslr_text_lma, text_lma = 0, amode31_lma = 0; in startup_kernel() local
496 amode31_lma = randomize_within_range(vmlinux.amode31_size, PAGE_SIZE, amode31_min, SZ_2G); in startup_kernel()
498 if (!amode31_lma) in startup_kernel()
499 amode31_lma = text_lma - vmlinux.amode31_size; in startup_kernel()
500 physmem_reserve(RR_AMODE31, amode31_lma, vmlinux.amode31_size); in startup_kernel()