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/
A Dkexec.h41 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/linux/include/linux/
A Dkexec.h60 #ifndef KEXEC_CRASH_MEM_ALIGN
61 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/linux/arch/s390/kernel/
A Dsetup.c653 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
654 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
681 KEXEC_CRASH_MEM_ALIGN, in reserve_crashkernel()
/linux/kernel/
A Dkexec_core.c1039 start = roundup(start, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
1040 end = roundup(start + new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()

Completed in 8 milliseconds