Searched refs:relocate_kernel (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/arch/m68k/kernel/
H A DMakefile25 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-4.4.14/arch/x86/kernel/
H A Drelocate_kernel_32.S2 * relocate_kernel.S - put the kernel image in place to boot
40 .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
H A Drelocate_kernel_64.S2 * relocate_kernel.S - put the kernel image in place to boot
43 .globl relocate_kernel
44 relocate_kernel: label
98 addq $(identity_mapped - relocate_kernel), %r8
182 subq $(1b - relocate_kernel), %r8
268 .set kexec_control_code_size, . - relocate_kernel
H A Dmachine_kexec_64.c52 vaddr = (unsigned long)relocate_kernel; init_transition_pgtable()
286 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); machine_kexec()
316 image->start = relocate_kernel((unsigned long)image->head, machine_kexec()
H A Dmachine_kexec_32.c219 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); machine_kexec()
/linux-4.4.14/arch/sh/kernel/
H A DMakefile35 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Drelocate_kernel.S2 * relocate_kernel.S - put the kernel image in place to boot
/linux-4.4.14/arch/s390/kernel/
H A Drelocate_kernel.S27 ENTRY(relocate_kernel)
121 .quad relocate_kernel_end - relocate_kernel
H A DMakefile47 obj-y += entry.o reipl.o relocate_kernel.o
H A Dmachine_kexec.c32 extern const unsigned char relocate_kernel[];
207 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); machine_kexec_prepare()
/linux-4.4.14/arch/arm/kernel/
H A Drelocate_kernel.S2 * relocate_kernel.S - put the kernel image in place to boot
H A DMakefile53 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-4.4.14/arch/tile/include/asm/
H A Dkexec.h55 /* Defined in arch/tile/kernel/relocate_kernel.S */
/linux-4.4.14/arch/ia64/kernel/
H A DMakefile29 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
H A Drelocate_kernel.S2 * arch/ia64/kernel/relocate_kernel.S
/linux-4.4.14/arch/mips/kernel/
H A DMakefile87 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
H A Drelocate_kernel.S2 * relocate_kernel.S for kexec
/linux-4.4.14/arch/x86/include/asm/
H A Dkexec.h140 relocate_kernel(unsigned long indirection_page,
147 relocate_kernel(unsigned long indirection_page,
/linux-4.4.14/arch/powerpc/kernel/
H A Dhead_32.S195 bne relocate_kernel
765 relocate_kernel: label

Completed in 673 milliseconds