Home
last modified time | relevance | path

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

/linux-4.1.27/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
98 addq $(identity_mapped - relocate_kernel), %r8
182 subq $(1b - relocate_kernel), %r8
268 .set kexec_control_code_size, . - relocate_kernel
Dmachine_kexec_64.c50 vaddr = (unsigned long)relocate_kernel; in init_transition_pgtable()
284 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
314 image->start = relocate_kernel((unsigned long)image->head, in machine_kexec()
Dmachine_kexec_32.c219 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/linux-4.1.27/arch/x86/include/asm/
Dkexec.h140 relocate_kernel(unsigned long indirection_page,
147 relocate_kernel(unsigned long indirection_page,
/linux-4.1.27/arch/s390/kernel/
Dmachine_kexec.c32 extern const unsigned char relocate_kernel[];
207 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
Drelocate_kernel.S27 ENTRY(relocate_kernel)
121 .quad relocate_kernel_end - relocate_kernel
DMakefile36 obj-y += entry.o reipl.o relocate_kernel.o
/linux-4.1.27/arch/m68k/kernel/
DMakefile25 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-4.1.27/arch/sh/kernel/
DMakefile35 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-4.1.27/arch/ia64/kernel/
DMakefile29 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/linux-4.1.27/arch/arm/kernel/
DMakefile52 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/linux-4.1.27/arch/mips/kernel/
DMakefile87 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/linux-4.1.27/arch/powerpc/kernel/
Dhead_32.S195 bne relocate_kernel
765 relocate_kernel: label