Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dkexec.h43 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/openbmc/linux/include/linux/
H A Dkexec.h69 #ifndef KEXEC_CRASH_MEM_ALIGN
70 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c631 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
632 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
659 KEXEC_CRASH_MEM_ALIGN, in reserve_crashkernel()
/openbmc/linux/kernel/
H A Dkexec_core.c1159 new_size = roundup(new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()