Home
last modified time | relevance | path

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

12

/arch/x86/kernel/
A 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
A Drelocate_kernel_64.S31 .section .data..relocate_kernel,"a";
60 .section .text..relocate_kernel,"ax";
62 SYM_CODE_START_NOALIGN(relocate_kernel)
125 SYM_CODE_END(relocate_kernel)
A Dcallthunks.c146 if (dest >= (void *)relocate_kernel && in skip_addr()
147 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
A Dvmlinux.lds.S106 *(.text..relocate_kernel); \
107 *(.data..relocate_kernel); \
A Dmachine_kexec_32.c193 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/arch/s390/kernel/
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)
A Dmachine_kexec.c39 extern const unsigned char relocate_kernel[];
207 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
A DMakefile69 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/arch/loongarch/include/asm/
A Dsetup.h42 extern unsigned long __init relocate_kernel(void);
/arch/mips/include/asm/
A Dsetup.h34 extern void * __init relocate_kernel(void);
/arch/arm64/kernel/pi/
A Drelocate.c15 void __init relocate_kernel(u64 offset) in relocate_kernel() function
A Dpi.h29 void relocate_kernel(u64 offset);
A Dmap_kernel.c97 relocate_kernel(kaslr_offset); in map_kernel()
/arch/m68k/kernel/
A DMakefile20 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/arch/sh/kernel/
A DMakefile33 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/arch/mips/kernel/
A Dhead.S125 jal relocate_kernel
A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
A Drelocate.c324 void *__init relocate_kernel(void) in relocate_kernel() function
/arch/parisc/kernel/
A DMakefile43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/arch/x86/include/asm/
A Dkexec.h127 extern relocate_kernel_fn relocate_kernel;
/arch/loongarch/kernel/
A DMakefile64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
A Dhead.S91 bl relocate_kernel
A Drelocate.c211 unsigned long __init relocate_kernel(void) in relocate_kernel() function
/arch/arm64/kernel/
A DMakefile61 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/arch/arm/kernel/
A DMakefile63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o

Completed in 25 milliseconds

12