Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dkexec.h43 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/linux-6.3-rc2/include/linux/
A Dkexec.h68 #ifndef KEXEC_CRASH_MEM_ALIGN
69 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/linux-6.3-rc2/arch/s390/kernel/
A Dsetup.c654 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
655 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
682 KEXEC_CRASH_MEM_ALIGN, in reserve_crashkernel()
/linux-6.3-rc2/kernel/
A Dkexec_core.c1136 start = roundup(start, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
1137 end = roundup(start + new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()

Completed in 8 milliseconds