Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/kernel/
Dsetup.c834 unsigned long amode31_addr, amode31_size; in relocate_amode31_section() local
841 amode31_addr = (unsigned long)memblock_alloc_low(amode31_size, PAGE_SIZE); in relocate_amode31_section()
842 if (!amode31_addr) in relocate_amode31_section()
844 amode31_offset = amode31_addr - __samode31; in relocate_amode31_section()
847 memmove((void *)amode31_addr, (void *)__samode31, amode31_size); in relocate_amode31_section()