Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dkexec.h47 # define KEXEC_CONTROL_PAGE_SIZE 4096 macro
63 # define KEXEC_CONTROL_PAGE_SIZE (4096UL + 4096UL) macro
/linux/arch/m68k/include/asm/
A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/parisc/include/asm/
A Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/riscv/include/asm/
A Dkexec.h22 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/linux/arch/mips/include/asm/
A Dkexec.h19 #define KEXEC_CONTROL_PAGE_SIZE (4096 + 3*4096) macro
/linux/arch/ia64/include/asm/
A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE (8192 + 8192 + 4096) macro
/linux/arch/s390/include/asm/
A Dkexec.h38 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/powerpc/kexec/
A Dcore_32.c55 reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE); in default_machine_kexec()
A Drelocate_32.S424 addi r1, r4, KEXEC_CONTROL_PAGE_SIZE - 8 /* for LR Save+Back Chain */
/linux/include/linux/
A Dkexec.h48 #ifndef KEXEC_CONTROL_PAGE_SIZE
49 #error KEXEC_CONTROL_PAGE_SIZE not defined
/linux/arch/arm/include/asm/
A Dkexec.h14 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/arm64/include/asm/
A Dkexec.h24 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/sh/include/asm/
A Dkexec.h26 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/arch/powerpc/include/asm/
A Dkexec.h39 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/linux/kernel/
A Dkexec.c64 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_alloc_init()
A Dkexec_file.c329 get_order(KEXEC_CONTROL_PAGE_SIZE)); in kimage_file_alloc_init()
/linux/arch/arm64/kernel/
A Dvmlinux.lds.S367 ASSERT(KEXEC_CONTROL_PAGE_SIZE >= SZ_4K, "KEXEC_CONTROL_PAGE_SIZE is broken")
A Dvmlinux.lds193 ASSERT(4096 >= 0x00001000, "KEXEC_CONTROL_PAGE_SIZE is broken")
/linux/arch/x86/kernel/
A Dmachine_kexec_64.c548 control += KEXEC_CONTROL_PAGE_SIZE; in kexec_mark_crashkres()

Completed in 20 milliseconds