Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Drelocate_kernel_64.S30 #define DATA(offset) (KEXEC_CONTROL_CODE_MAX_SIZE+(offset))
321 .skip KEXEC_CONTROL_CODE_MAX_SIZE - (. - relocate_kernel), 0xcc
Dmachine_kexec_32.c198 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
Drelocate_kernel_32.S25 #define DATA(offset) (KEXEC_CONTROL_CODE_MAX_SIZE+(offset))
Dcallthunks.c143 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
Dmachine_kexec_64.c361 __memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/linux-6.12.1/arch/x86/include/asm/
Dkexec.h19 # define KEXEC_CONTROL_CODE_MAX_SIZE 2048 macro