Searched refs:machine_kexec (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dkexec.c67 ppc_md.machine_kexec = default_machine_kexec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmachine_kexec.c61 * Do not allocate memory (or fail in any way) in machine_kexec().
64 void machine_kexec(struct kimage *image) function
66 if (ppc_md.machine_kexec)
67 ppc_md.machine_kexec(image);
H A Dcrash.c219 machine_kexec(kexec_crash_image);
394 * Make a note of crashing cpu. Will be used in machine_kexec
H A DMakefile100 obj-$(CONFIG_KEXEC) += machine_kexec.o crash.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmachine_kexec.c2 * machine_kexec.c for kexec
46 machine_kexec(struct kimage *image) function
H A DMakefile96 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A DMakefile17 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c14 * based on machine_kexec.c from other architectures in linux-2.6.18
248 NORET_TYPE void machine_kexec(struct kimage *image) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dmachine_kexec.c2 * arch/s390/kernel/machine_kexec.c
72 void machine_kexec(struct kimage *image) function
H A DMakefile53 S390_KEXEC_OBJS := machine_kexec.o crash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dmachine_kexec.c2 * machine_kexec.c - handle transition of Linux booting another kernel
48 void machine_kexec(struct kimage *image) function
H A DMakefile36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dqpace_setup.c149 .machine_kexec = default_machine_kexec,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A DMakefile30 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c2 * machine_kexec.c - handle transition of Linux booting another kernel
70 * Do not allocate memory (or fail in any way) in machine_kexec().
73 void machine_kexec(struct kimage *image) function
83 * Nicked from the mips version of machine_kexec():
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dsmp.c188 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmachine_kexec.c2 * arch/ia64/kernel/machine_kexec.c
80 * Do not allocate memory (or fail in any way) in machine_kexec().
138 void machine_kexec(struct kimage *image) function
H A Dcrash.c154 machine_kexec(ia64_kimage);
H A DMakefile30 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkexec.h112 extern void machine_kexec(struct kimage *image);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmachdep.h253 void (*machine_kexec)(struct kimage *image); member in struct:machdep_calls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmachine_kexec_32.c180 * Do not allocate memory (or fail in any way) in machine_kexec().
183 void machine_kexec(struct kimage *image) function
H A Dmachine_kexec_64.c269 * Do not allocate memory (or fail in any way) in machine_kexec().
272 void machine_kexec(struct kimage *image) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkexec.c103 * mapped, to simplify machine_kexec and make kexec_on_panic more
1086 machine_kexec(kexec_crash_image);
1544 machine_kexec(kexec_image);

Completed in 193 milliseconds