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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dmachine_kexec.c26 extern const unsigned char relocate_kernel[];
45 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len);
H A DMakefile31 S390_KEXEC_OBJS += $(if $(CONFIG_64BIT),relocate_kernel64.o,relocate_kernel.o)
H A Drelocate_kernel.S2 * arch/s390/kernel/relocate_kernel.S
25 .globl relocate_kernel
26 relocate_kernel: label
117 .quad relocate_kernel_end - relocate_kernel
H A Drelocate_kernel64.S26 .globl relocate_kernel
27 relocate_kernel: label
120 .quad relocate_kernel_end - relocate_kernel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmachine_kexec.c113 memcpy(control_page, relocate_kernel, PAGE_SIZE);
116 page_list[VA_CONTROL_PAGE] = (unsigned long)relocate_kernel;
147 relocate_kernel((unsigned long)image->head, (unsigned long)page_list,
H A Drelocate_kernel.S2 * relocate_kernel.S - put the kernel image in place to boot
24 .globl relocate_kernel
25 relocate_kernel: label
162 addl $(identity_mapped - relocate_kernel), %eax
H A DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A DMakefile19 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Dhead.S174 bne relocate_kernel
774 relocate_kernel: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A DMakefile22 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dkexec.h92 relocate_kernel(unsigned long indirection_page,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dkexec.h88 relocate_kernel(unsigned long indirection_page,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A DMakefile21 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmachine_kexec.c190 memcpy(control_page, relocate_kernel, PAGE_SIZE);
193 page_list[VA_CONTROL_PAGE] = (unsigned long)relocate_kernel;
229 relocate_kernel((unsigned long)image->head, (unsigned long)page_list,
H A Drelocate_kernel.S2 * relocate_kernel.S - put the kernel image in place to boot
24 .globl relocate_kernel
25 relocate_kernel: label
166 addq $(identity_mapped - relocate_kernel), %r8
H A DMakefile26 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A DMakefile31 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A DMakefile67 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dhead_32.S198 bne relocate_kernel
843 relocate_kernel: label

Completed in 98 milliseconds