Home
last modified time | relevance | path

Searched refs:KEXEC_CONTROL_CODE_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
A Dkexec.h19 # define KEXEC_CONTROL_CODE_MAX_SIZE 2048 macro
/linux/arch/x86/kernel/
A Dmachine_kexec_32.c198 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
A Drelocate_kernel_64.S27 #define DATA(offset) (KEXEC_CONTROL_CODE_MAX_SIZE+(offset))
A Drelocate_kernel_32.S23 #define DATA(offset) (KEXEC_CONTROL_CODE_MAX_SIZE+(offset))
A Dvmlinux.lds.S497 . = ASSERT(kexec_control_code_size <= KEXEC_CONTROL_CODE_MAX_SIZE,
A Dmachine_kexec_64.c328 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()

Completed in 9 milliseconds