Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/parisc/include/asm/
H A Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/mips/include/asm/
H A Dkexec.h19 #define KEXEC_CONTROL_PAGE_SIZE (4096 + 3*4096) macro
/linux/arch/powerpc/kexec/
H A Dcore_32.c56 reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE); in default_machine_kexec()
/linux/arch/loongarch/include/asm/
H A Dkexec.h22 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/linux/arch/riscv/include/asm/
H A Dkexec.h22 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/linux/arch/arm/include/asm/
H A Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/include/linux/
H A Dkexec.h59 #ifndef KEXEC_CONTROL_PAGE_SIZE
60 #error KEXEC_CONTROL_PAGE_SIZE not defined
/linux/arch/sh/include/asm/
H A Dkexec.h26 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/powerpc/include/asm/
H A Dkexec.h39 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/kernel/
H A Dkexec.c68 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_alloc_init()
H A Dkexec_file.c339 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_file_alloc_init()
/linux/arch/arm64/kernel/
H A Dvmlinux.lds.S409 ASSERT(KEXEC_CONTROL_PAGE_SIZE >= SZ_4K, "KEXEC_CONTROL_PAGE_SIZE is broken")