Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Drelocate_kernel_32.S40 .globl relocate_kernel
41 relocate_kernel: label
95 addl $(identity_mapped - relocate_kernel), %eax
177 subl $(1b - relocate_kernel), %ebx
193 addl $(virtual_mapped - relocate_kernel), %eax
277 .set kexec_control_code_size, . - relocate_kernel
Drelocate_kernel_64.S43 .globl relocate_kernel
44 relocate_kernel: label
105 addq $(identity_mapped - relocate_kernel), %r8
204 subq $(1b - relocate_kernel), %r8
290 .set kexec_control_code_size, . - relocate_kernel
Dmachine_kexec_64.c60 vaddr = (unsigned long)relocate_kernel; in init_transition_pgtable()
309 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
339 image->start = relocate_kernel((unsigned long)image->head, in machine_kexec()
Dmachine_kexec_32.c212 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/Linux-v4.19/arch/s390/kernel/
Drelocate_kernel.S29 ENTRY(relocate_kernel)
74 .quad relocate_kernel_end - relocate_kernel
Dmachine_kexec.c35 extern const unsigned char relocate_kernel[];
233 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
DMakefile49 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
/Linux-v4.19/arch/x86/include/asm/
Dkexec.h141 relocate_kernel(unsigned long indirection_page,
148 relocate_kernel(unsigned long indirection_page,
/Linux-v4.19/arch/m68k/kernel/
DMakefile26 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/Linux-v4.19/arch/sh/kernel/
DMakefile36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/Linux-v4.19/arch/mips/kernel/
Dhead.S143 jal relocate_kernel
Drelocate.c297 void *__init relocate_kernel(void) in relocate_kernel() function
DMakefile92 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/Linux-v4.19/arch/ia64/kernel/
DMakefile30 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/Linux-v4.19/arch/arm64/kernel/
DMakefile52 arm64-obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o \
/Linux-v4.19/arch/arm/kernel/
DMakefile55 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/Linux-v4.19/arch/powerpc/kernel/
Dhead_32.S197 bne relocate_kernel
763 relocate_kernel: label