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

/linux-master/arch/s390/include/asm/
H A Dkexec.h43 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/linux-master/include/linux/
H A Dkexec.h67 #ifndef KEXEC_CRASH_MEM_ALIGN
68 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/linux-master/arch/s390/kernel/
H A Dsetup.c624 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN);
625 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN);
652 KEXEC_CRASH_MEM_ALIGN,
/linux-master/kernel/
H A Dcrash_core.c377 new_size = roundup(new_size, KEXEC_CRASH_MEM_ALIGN);

Completed in 125 milliseconds