Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/kernel/
H 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
H A Drelocate_kernel_64.S46 SYM_CODE_START_NOALIGN(relocate_kernel)
109 addq $(identity_mapped - relocate_kernel), %r8
114 SYM_CODE_END(relocate_kernel)
220 leaq relocate_kernel(%rip), %r8
324 .skip KEXEC_CONTROL_CODE_MAX_SIZE - (. - relocate_kernel), 0xcc
H A Dmachine_kexec_64.c163 vaddr = (unsigned long)relocate_kernel; in init_transition_pgtable()
369 __memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
398 image->start = relocate_kernel((unsigned long)image->head, in machine_kexec()
H A Dcallthunks.c145 if (dest >= (void *)relocate_kernel && in skip_addr()
146 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
H A Dmachine_kexec_32.c198 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/openbmc/linux/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.c36 extern const unsigned char relocate_kernel[];
204 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
H A DMakefile66 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/x86/include/asm/
H A Dkexec.h118 relocate_kernel(unsigned long indirection_page,
125 relocate_kernel(unsigned long indirection_page,
/openbmc/linux/arch/loongarch/include/asm/
H A Dsetup.h37 extern unsigned long __init relocate_kernel(void);
/openbmc/linux/arch/m68k/kernel/
H A DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/sh/kernel/
H A DMakefile36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/mips/kernel/
H A Dhead.S123 jal relocate_kernel
H A DMakefile93 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
H A Drelocate.c324 void *__init relocate_kernel(void) in relocate_kernel() function
/openbmc/linux/arch/ia64/kernel/
H A DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/openbmc/linux/arch/parisc/kernel/
H A DMakefile43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/openbmc/linux/arch/loongarch/kernel/
H A DMakefile60 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Dhead.S90 bl relocate_kernel
H A Drelocate.c169 unsigned long __init relocate_kernel(void) in relocate_kernel() function
/openbmc/linux/arch/arm64/kernel/
H A DMakefile63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/openbmc/linux/arch/arm/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S191 bne relocate_kernel
760 relocate_kernel: label
/openbmc/linux/arch/riscv/mm/
H A Dinit.c878 static void __init relocate_kernel(void) in relocate_kernel() function
1156 relocate_kernel(); in setup_vm()
/openbmc/linux/
H A Dopengrok0.0.log[all...]

12