Home
last modified time | relevance | path

Searched refs:KEXEC_CRASH_CONTROL_MEMORY_LIMIT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h56 #ifndef KEXEC_CRASH_CONTROL_MEMORY_LIMIT
57 #define KEXEC_CRASH_CONTROL_MEMORY_LIMIT KEXEC_CONTROL_MEMORY_LIMIT macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dkexec.h37 #define KEXEC_CRASH_CONTROL_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_core.c452 if (hole_end > KEXEC_CRASH_CONTROL_MEMORY_LIMIT) in kimage_alloc_crash_control_pages()