Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Drelocate_kernel_32.S38 .globl relocate_kernel
39 relocate_kernel: label
93 addl $(identity_mapped - relocate_kernel), %eax
175 subl $(1b - relocate_kernel), %ebx
191 addl $(virtual_mapped - relocate_kernel), %eax
275 .set kexec_control_code_size, . - relocate_kernel
Drelocate_kernel_64.S41 .globl relocate_kernel
42 relocate_kernel: label
103 addq $(identity_mapped - relocate_kernel), %r8
202 subq $(1b - relocate_kernel), %r8
288 .set kexec_control_code_size, . - relocate_kernel
Dmachine_kexec_64.c134 vaddr = (unsigned long)relocate_kernel; in init_transition_pgtable()
404 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
434 image->start = relocate_kernel((unsigned long)image->head, in machine_kexec()
Dmachine_kexec_32.c210 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/Linux-v5.4/arch/s390/kernel/
Drelocate_kernel.S29 ENTRY(relocate_kernel)
69 ENDPROC(relocate_kernel)
78 .quad relocate_kernel_end - relocate_kernel
Dmachine_kexec.c36 extern const unsigned char relocate_kernel[];
244 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
DMakefile46 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
/Linux-v5.4/arch/x86/include/asm/
Dkexec.h125 relocate_kernel(unsigned long indirection_page,
132 relocate_kernel(unsigned long indirection_page,
/Linux-v5.4/arch/m68k/kernel/
DMakefile26 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/Linux-v5.4/arch/parisc/kernel/
DMakefile40 obj-$(CONFIG_KEXEC) += kexec.o relocate_kernel.o
/Linux-v5.4/arch/sh/kernel/
DMakefile36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/Linux-v5.4/arch/mips/kernel/
Dhead.S145 jal relocate_kernel
Drelocate.c297 void *__init relocate_kernel(void) in relocate_kernel() function
DMakefile91 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/Linux-v5.4/arch/ia64/kernel/
DMakefile29 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/Linux-v5.4/arch/arm64/kernel/
DMakefile56 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/Linux-v5.4/arch/arm/kernel/
DMakefile55 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/Linux-v5.4/arch/powerpc/kernel/
Dhead_32.S206 bne relocate_kernel
668 relocate_kernel: label