Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkexec.h47 # define KEXEC_CONTROL_PAGE_SIZE 4096 macro
63 # define KEXEC_CONTROL_PAGE_SIZE (4096UL + 4096UL) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dkexec.h19 #define KEXEC_CONTROL_PAGE_SIZE (4096 + 3*4096) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE (8192 + 8192 + 4096) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h48 #ifndef KEXEC_CONTROL_PAGE_SIZE
49 #error KEXEC_CONTROL_PAGE_SIZE not defined
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkexec.h24 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dcore_32.c55 reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE); in default_machine_kexec()
H A Drelocate_32.S424 addi r1, r4, KEXEC_CONTROL_PAGE_SIZE - 8 /* for LR Save+Back Chain */
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dkexec.h40 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dkexec.h26 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Drelocate_kernel.S107 .org KEXEC_CONTROL_PAGE_SIZE
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkexec.h39 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec.c83 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_alloc_init()
H A Dkexec_file.c304 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_file_alloc_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmachine_kexec_64.c576 control += KEXEC_CONTROL_PAGE_SIZE; in kexec_mark_crashkres()