Home
last modified time | relevance | path

Searched refs:relocate_kernel (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.14.4/arch/x86/kernel/
Drelocate_kernel_32.S40 SYM_CODE_START_NOALIGN(relocate_kernel)
94 addl $(identity_mapped - relocate_kernel), %eax
99 SYM_CODE_END(relocate_kernel)
182 subl $(1b - relocate_kernel), %ebx
198 addl $(virtual_mapped - relocate_kernel), %eax
291 .set kexec_control_code_size, . - relocate_kernel
Drelocate_kernel_64.S31 .section .data..relocate_kernel,"a";
43 .section .text..relocate_kernel,"ax";
45 SYM_CODE_START_NOALIGN(relocate_kernel)
103 SYM_CODE_END(relocate_kernel)
Dvmlinux.lds.S103 *(.text..relocate_kernel); \
104 *(.data..relocate_kernel); \
Dcallthunks.c147 if (dest >= (void *)relocate_kernel && in skip_addr()
148 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
Dmachine_kexec_32.c193 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/linux-6.14.4/arch/s390/kernel/
Drelocate_kernel.S29 SYM_CODE_START(relocate_kernel)
69 SYM_CODE_END(relocate_kernel)
76 SYM_DATA(relocate_kernel_len, .quad relocate_kernel_end - relocate_kernel)
Dmachine_kexec.c37 extern const unsigned char relocate_kernel[];
205 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
DMakefile69 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-6.14.4/arch/loongarch/include/asm/
Dsetup.h42 extern unsigned long __init relocate_kernel(void);
/linux-6.14.4/arch/mips/include/asm/
Dsetup.h34 extern void * __init relocate_kernel(void);
/linux-6.14.4/arch/arm64/kernel/pi/
Drelocate.c15 void __init relocate_kernel(u64 offset) in relocate_kernel() function
Dpi.h28 void relocate_kernel(u64 offset);
Dmap_kernel.c97 relocate_kernel(kaslr_offset); in map_kernel()
/linux-6.14.4/arch/m68k/kernel/
DMakefile20 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-6.14.4/arch/sh/kernel/
DMakefile36 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-6.14.4/arch/parisc/kernel/
DMakefile43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/linux-6.14.4/arch/mips/kernel/
Dhead.S125 jal relocate_kernel
DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
Drelocate.c324 void *__init relocate_kernel(void) in relocate_kernel() function
/linux-6.14.4/arch/x86/include/asm/
Dkexec.h128 extern relocate_kernel_fn relocate_kernel;
/linux-6.14.4/arch/loongarch/kernel/
DMakefile64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
Dhead.S91 bl relocate_kernel
Drelocate.c211 unsigned long __init relocate_kernel(void) in relocate_kernel() function
/linux-6.14.4/arch/arm64/kernel/
DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/linux-6.14.4/arch/arm/kernel/
DMakefile63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o

12