Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dstartup.c496 amode31_lma = randomize_within_range(vmlinux.amode31_size, PAGE_SIZE, amode31_min, SZ_2G); 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()
H A Dboot.h29 unsigned long amode31_size; member
/linux/arch/s390/kernel/
H A Dsetup.c781 unsigned long amode31_size = __eamode31 - __samode31; in relocate_amode31_section() local
785 pr_info("Relocating AMODE31 section of size 0x%08lx\n", amode31_size); in relocate_amode31_section()
788 memmove((void *)physmem_info.reserved[RR_AMODE31].start, __samode31, amode31_size); in relocate_amode31_section()
790 memset(__samode31, 0, amode31_size); in relocate_amode31_section()