Home
last modified time | relevance | path

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

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