Home
last modified time | relevance | path

Searched refs:KEXEC_CONTROL_PAGE_SIZE (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dkexec.h45 # define KEXEC_CONTROL_PAGE_SIZE 4096 macro
61 # define KEXEC_CONTROL_PAGE_SIZE (4096UL + 4096UL) macro
/linux-4.1.27/arch/m68k/include/asm/
Dkexec.h13 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-4.1.27/arch/tile/include/asm/
Dkexec.h41 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/linux-4.1.27/arch/s390/include/asm/
Dkexec.h36 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-4.1.27/arch/mips/include/asm/
Dkexec.h21 #define KEXEC_CONTROL_PAGE_SIZE (4096 + 3*4096) macro
/linux-4.1.27/arch/arm/include/asm/
Dkexec.h13 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-4.1.27/arch/powerpc/kernel/
Dmachine_kexec_32.c58 reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE); in default_machine_kexec()
Dmisc_32.S1133 addi r1, r4, KEXEC_CONTROL_PAGE_SIZE - 8 /* for LR Save+Back Chain */
/linux-4.1.27/arch/ia64/include/asm/
Dkexec.h13 #define KEXEC_CONTROL_PAGE_SIZE (8192 + 8192 + 4096) macro
/linux-4.1.27/include/linux/
Dkexec.h47 #ifndef KEXEC_CONTROL_PAGE_SIZE
48 #error KEXEC_CONTROL_PAGE_SIZE not defined
/linux-4.1.27/arch/powerpc/include/asm/
Dkexec.h38 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-4.1.27/arch/sh/include/asm/
Dkexec.h24 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-4.1.27/kernel/
Dkexec.c323 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_alloc_init()
594 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_file_alloc_init()