Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dstartup.c344 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()
H A Dboot.h31 unsigned long amode31_size; member
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c772 unsigned long amode31_size = __eamode31 - __samode31; in relocate_amode31_section() local
776 pr_info("Relocating AMODE31 section of size 0x%08lx\n", amode31_size); in relocate_amode31_section()
779 memmove((void *)physmem_info.reserved[RR_AMODE31].start, __samode31, amode31_size); in relocate_amode31_section()
781 memset(__samode31, 0, amode31_size); in relocate_amode31_section()