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

12

/linux-master/arch/loongarch/include/asm/
H A Dsetup.h37 extern unsigned long __init relocate_kernel(void);
/linux-master/arch/mips/include/asm/
H A Dsetup.h34 extern void * __init relocate_kernel(void);
/linux-master/arch/arm64/kernel/pi/
H A Dpi.h28 void relocate_kernel(u64 offset);
H A Drelocate.c15 void __init relocate_kernel(u64 offset) function
H A Dmap_kernel.c97 relocate_kernel(kaslr_offset);
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_32.S3 * relocate_kernel.S - put the kernel image in place to boot
40 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
H A Drelocate_kernel_64.S3 * relocate_kernel.S - put the kernel image in place to boot
45 SYM_CODE_START_NOALIGN(relocate_kernel)
108 addq $(identity_mapped - relocate_kernel), %r8
113 SYM_CODE_END(relocate_kernel)
219 leaq relocate_kernel(%rip), %r8
316 .skip KEXEC_CONTROL_CODE_MAX_SIZE - (. - relocate_kernel), 0xcc
H A Dmachine_kexec_64.c132 vaddr = (unsigned long)relocate_kernel;
334 __memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE);
364 image->start = relocate_kernel((unsigned long)image->head,
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);
/linux-master/arch/s390/kernel/
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)
H A Dmachine_kexec.c37 extern const unsigned char relocate_kernel[];
205 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len);
H A DMakefile67 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/m68k/kernel/
H A DMakefile28 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/parisc/kernel/
H A DMakefile43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/linux-master/arch/sh/kernel/
H A DMakefile36 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/mips/kernel/
H A Dhead.S123 jal relocate_kernel
132 * relocate_kernel returns the entry point either
H A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
H A Drelocate.c324 void *__init relocate_kernel(void) function
/linux-master/arch/arm64/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/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/arm/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o

Completed in 478 milliseconds

12