Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dmachine_kexec.c144 BUG_ON(crashk_res.start % KEXEC_CRASH_MEM_ALIGN || in crash_map_pages()
145 size % KEXEC_CRASH_MEM_ALIGN); in crash_map_pages()
Dsetup.c563 crash_base = ALIGN(crash_base, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
564 crash_size = ALIGN(crash_size, KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
591 KEXEC_CRASH_MEM_ALIGN); in reserve_crashkernel()
/linux-4.4.14/arch/s390/include/asm/
Dkexec.h39 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE macro
/linux-4.4.14/include/linux/
Dkexec.h59 #ifndef KEXEC_CRASH_MEM_ALIGN
60 #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE macro
/linux-4.4.14/kernel/
Dkexec_core.c926 start = roundup(start, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
927 end = roundup(start + new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()