Home
last modified time | relevance | path

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

/linux-6.6.21/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.S45 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
Dmachine_kexec_64.c135 vaddr = (unsigned long)relocate_kernel; in init_transition_pgtable()
330 __memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
360 image->start = relocate_kernel((unsigned long)image->head, in machine_kexec()
Dcallthunks.c145 if (dest >= (void *)relocate_kernel && in skip_addr()
146 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
Dmachine_kexec_32.c198 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/linux-6.6.21/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.c36 extern const unsigned char relocate_kernel[];
204 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
DMakefile66 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-6.6.21/arch/x86/include/asm/
Dkexec.h121 relocate_kernel(unsigned long indirection_page,
128 relocate_kernel(unsigned long indirection_page,
/linux-6.6.21/arch/loongarch/include/asm/
Dsetup.h37 extern unsigned long __init relocate_kernel(void);
/linux-6.6.21/arch/m68k/kernel/
DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-6.6.21/arch/sh/kernel/
DMakefile36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-6.6.21/arch/ia64/kernel/
DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/linux-6.6.21/arch/mips/kernel/
Dhead.S123 jal relocate_kernel
DMakefile93 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
Drelocate.c324 void *__init relocate_kernel(void) in relocate_kernel() function
/linux-6.6.21/arch/parisc/kernel/
DMakefile43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/linux-6.6.21/arch/loongarch/kernel/
DMakefile60 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
Dhead.S91 bl relocate_kernel
Drelocate.c168 unsigned long __init relocate_kernel(void) in relocate_kernel() function
/linux-6.6.21/arch/arm64/kernel/
DMakefile63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/linux-6.6.21/arch/arm/kernel/
DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-6.6.21/arch/powerpc/kernel/
Dhead_book3s_32.S191 bne relocate_kernel
760 relocate_kernel: label
/linux-6.6.21/arch/riscv/mm/
Dinit.c853 static void __init relocate_kernel(void) in relocate_kernel() function
1128 relocate_kernel(); in setup_vm()