Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dkexec.h43 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/linux/include/linux/
H A Dkexec.h67 #ifndef KEXEC_CRASH_MEM_ALIGN
68 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/linux/arch/s390/kernel/
H A Dsetup.c624 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
625 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
652 KEXEC_CRASH_MEM_ALIGN, in reserve_crashkernel()
/linux/kernel/
H A Dcrash_core.c379 new_size = roundup(new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()