Home
last modified time | relevance | path

Searched refs:KEXEC_SOURCE_MEMORY_LIMIT (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkexec.h12 #define KEXEC_SOURCE_MEMORY_LIMIT (2 * 1024 * 1024 * 1024UL - 1) macro
22 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkexec.h41 # define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
56 # define KEXEC_SOURCE_MEMORY_LIMIT (MAXMEM-1) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dkexec.h8 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dkexec.h6 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dkexec.h13 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dkexec.h8 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h32 #ifndef KEXEC_SOURCE_MEMORY_LIMIT
33 #error KEXEC_SOURCE_MEMORY_LIMIT not defined
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkexec.h14 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dkexec.h24 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dkexec.h8 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dkexec.h20 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_core.c730 (KEXEC_SOURCE_MEMORY_LIMIT >> PAGE_SHIFT)) { in kimage_alloc_page()