Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dkexec.h41 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/Linux-v5.4/include/linux/
Dkexec.h60 #ifndef KEXEC_CRASH_MEM_ALIGN
61 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/Linux-v5.4/arch/s390/kernel/
Dsetup.c677 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
678 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
705 KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
/Linux-v5.4/kernel/
Dkexec_core.c1033 start = roundup(start, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
1034 end = roundup(start + new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()