Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dkexec.h47 # define KEXEC_CONTROL_PAGE_SIZE 4096 macro
63 # define KEXEC_CONTROL_PAGE_SIZE (4096UL + 4096UL) macro
/linux-6.6.21/arch/m68k/include/asm/
Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/arch/parisc/include/asm/
Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/arch/mips/include/asm/
Dkexec.h19 #define KEXEC_CONTROL_PAGE_SIZE (4096 + 3*4096) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dkexec.h22 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/linux-6.6.21/arch/ia64/include/asm/
Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE (8192 + 8192 + 4096) macro
/linux-6.6.21/arch/riscv/include/asm/
Dkexec.h22 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/linux-6.6.21/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 */
/linux-6.6.21/arch/arm/include/asm/
Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/arch/s390/include/asm/
Dkexec.h40 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/arch/arm64/include/asm/
Dkexec.h24 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/arch/sh/include/asm/
Dkexec.h26 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/include/linux/
Dkexec.h57 #ifndef KEXEC_CONTROL_PAGE_SIZE
58 #error KEXEC_CONTROL_PAGE_SIZE not defined
/linux-6.6.21/arch/powerpc/include/asm/
Dkexec.h39 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux-6.6.21/kernel/
Dkexec.c64 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_alloc_init()
Dkexec_file.c300 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_file_alloc_init()
/linux-6.6.21/arch/arm64/kernel/
Dvmlinux.lds.S385 ASSERT(KEXEC_CONTROL_PAGE_SIZE >= SZ_4K, "KEXEC_CONTROL_PAGE_SIZE is broken")
/linux-6.6.21/arch/x86/kernel/
Dmachine_kexec_64.c545 control += KEXEC_CONTROL_PAGE_SIZE; in kexec_mark_crashkres()