Home
last modified time | relevance | path

Searched refs:KEXEC_CRASH_MEM_ALIGN (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dkexec.h43 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/kernel/linux/linux-5.10/include/linux/
H A Dkexec.h60 #ifndef KEXEC_CRASH_MEM_ALIGN
61 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkexec.h43 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/kernel/linux/linux-6.6/include/linux/
H A Dkexec.h69 #ifndef KEXEC_CRASH_MEM_ALIGN
70 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsetup.c681 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
682 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
709 KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsetup.c631 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
632 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
659 KEXEC_CRASH_MEM_ALIGN, in reserve_crashkernel()
/kernel/linux/linux-5.10/kernel/
H A Dkexec_core.c1032 new_size = roundup(new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
/kernel/linux/linux-6.6/kernel/
H A Dkexec_core.c1159 new_size = roundup(new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()

Completed in 8 milliseconds