Searched refs:relocate_kernel (Results 1 - 19 of 19) sorted by relevance
/linux-4.4.14/arch/m68k/kernel/ |
H A D | Makefile | 25 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | relocate_kernel_32.S | 2 * 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 D | relocate_kernel_64.S | 2 * 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 D | machine_kexec_64.c | 52 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 D | machine_kexec_32.c | 219 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); machine_kexec()
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | Makefile | 35 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
H A D | relocate_kernel.S | 2 * relocate_kernel.S - put the kernel image in place to boot
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | relocate_kernel.S | 27 ENTRY(relocate_kernel) 121 .quad relocate_kernel_end - relocate_kernel
|
H A D | Makefile | 47 obj-y += entry.o reipl.o relocate_kernel.o
|
H A D | machine_kexec.c | 32 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 D | relocate_kernel.S | 2 * relocate_kernel.S - put the kernel image in place to boot
|
H A D | Makefile | 53 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | kexec.h | 55 /* Defined in arch/tile/kernel/relocate_kernel.S */
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | Makefile | 29 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
|
H A D | relocate_kernel.S | 2 * arch/ia64/kernel/relocate_kernel.S
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | Makefile | 87 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
|
H A D | relocate_kernel.S | 2 * relocate_kernel.S for kexec
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | kexec.h | 140 relocate_kernel(unsigned long indirection_page, 147 relocate_kernel(unsigned long indirection_page,
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | head_32.S | 195 bne relocate_kernel 765 relocate_kernel: label
|
Completed in 673 milliseconds