Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dkexec.h40 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/Linux-v4.19/include/linux/
Dkexec.h60 #ifndef KEXEC_CRASH_MEM_ALIGN
61 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/Linux-v4.19/arch/s390/kernel/
Dsetup.c585 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
586 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
613 KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
/Linux-v4.19/kernel/
Dkexec_core.c1026 start = roundup(start, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
1027 end = roundup(start + new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()