Searched refs:relocate_kernel (Results 1 - 25 of 27) sorted by path

12

/linux-master/arch/arm/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/arm64/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c97 relocate_kernel(kaslr_offset);
H A Dpi.h28 void relocate_kernel(u64 offset);
H A Drelocate.c15 void __init relocate_kernel(u64 offset) function
/linux-master/arch/loongarch/include/asm/
H A Dsetup.h37 extern unsigned long __init relocate_kernel(void);
/linux-master/arch/loongarch/kernel/
H A DMakefile64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Dhead.S95 bl relocate_kernel
H A Drelocate.c168 unsigned long __init relocate_kernel(void) function
/linux-master/arch/m68k/kernel/
H A DMakefile28 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/mips/include/asm/
H A Dsetup.h34 extern void * __init relocate_kernel(void);
/linux-master/arch/mips/kernel/
H A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
H A Dhead.S123 jal relocate_kernel
132 * relocate_kernel returns the entry point either
H A Drelocate.c324 void *__init relocate_kernel(void) function
/linux-master/arch/parisc/kernel/
H A DMakefile43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/linux-master/arch/powerpc/kernel/
H A Dhead_book3s_32.S191 bne relocate_kernel
765 relocate_kernel: label
/linux-master/arch/riscv/mm/
H A Dinit.c858 static void __init relocate_kernel(void) function
1134 relocate_kernel();
/linux-master/arch/s390/kernel/
H A DMakefile68 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c37 extern const unsigned char relocate_kernel[];
205 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len);
H A 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)
/linux-master/arch/sh/kernel/
H A DMakefile36 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/x86/include/asm/
H A Dkexec.h120 relocate_kernel(unsigned long indirection_page,
127 relocate_kernel(unsigned long indirection_page,
/linux-master/arch/x86/kernel/
H A Dcallthunks.c142 if (dest >= (void *)relocate_kernel &&
143 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE)
H A Dmachine_kexec_32.c198 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE);
H A Dmachine_kexec_64.c132 vaddr = (unsigned long)relocate_kernel;
327 __memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE);
357 image->start = relocate_kernel((unsigned long)image->head,

Completed in 512 milliseconds

12