Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/boot/
H A Dstartup.c484 unsigned long nokaslr_text_lma, text_lma = 0, amode31_lma = 0; in startup_kernel() local
586 amode31_lma = randomize_within_range(vmlinux.amode31_size, PAGE_SIZE, amode31_min, SZ_2G); in startup_kernel()
588 if (!amode31_lma) in startup_kernel()
589 amode31_lma = text_lma - vmlinux.amode31_size; in startup_kernel()
590 physmem_reserve(RR_AMODE31, amode31_lma, vmlinux.amode31_size); in startup_kernel()