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

12

/linux-master/arch/m68k/kernel/
H A Dmachine_kexec.c3 * machine_kexec.c - handle transition of Linux booting another kernel
39 void machine_kexec(struct kimage *image) function
H A DMakefile28 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/powerpc/kexec/
H A Dcore.c59 * Do not allocate memory (or fail in any way) in machine_kexec().
62 void machine_kexec(struct kimage *image) function
69 if (ppc_md.machine_kexec)
70 ppc_md.machine_kexec(image);
/linux-master/arch/parisc/kernel/
H A Dkexec.c71 void machine_kexec(struct kimage *image) function
/linux-master/arch/riscv/kernel/
H A Dmachine_kexec.c100 * This function is called by kernel_kexec just before machine_kexec
151 * This function is called by crash_kexec just before machine_kexec
169 * machine_kexec - Jump to the loaded kimage
180 machine_kexec(struct kimage *image) function
H A DMakefile97 obj-$(CONFIG_KEXEC_CORE) += kexec_relocate.o crash_save_regs.o machine_kexec.o
/linux-master/arch/sh/kernel/
H A DMakefile36 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c3 * machine_kexec.c - handle transition of Linux booting another kernel
66 * Do not allocate memory (or fail in any way) in machine_kexec().
69 void machine_kexec(struct kimage *image) function
79 * Nicked from the mips version of machine_kexec():
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c3 * machine_kexec.c for kexec
200 * machine_kexec() CPU.
210 machine_kexec(struct kimage *image) function
H A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
/linux-master/arch/s390/kernel/
H A Dmachine_kexec.c265 void machine_kexec(struct kimage *image) function
H A DMakefile67 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/arm/kernel/
H A Dmachine_kexec.c3 * machine_kexec.c - handle transition of Linux booting another kernel
164 void machine_kexec(struct kimage *image) function
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux-master/arch/arm64/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
H A Dmachine_kexec.c53 * are stuck in the kernel. This avoids a panic once we hit machine_kexec().
161 * machine_kexec - Do the kexec reboot.
165 void machine_kexec(struct kimage *kimage) function
/linux-master/arch/loongarch/kernel/
H A DMakefile64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c3 * machine_kexec.c for kexec
257 void machine_kexec(struct kimage *image) function
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_32.c158 * Do not allocate memory (or fail in any way) in machine_kexec().
161 void machine_kexec(struct kimage *image) function
H A Dmachine_kexec_64.c292 * Do not allocate memory (or fail in any way) in machine_kexec().
295 void machine_kexec(struct kimage *image) function
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h185 void (*machine_kexec)(struct kimage *image); member in struct:machdep_calls
/linux-master/include/linux/
H A Dkexec.h374 extern void machine_kexec(struct kimage *image);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c520 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec;
/linux-master/kernel/
H A Dcrash_core.c122 machine_kexec(kexec_crash_image);
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c1162 .machine_kexec = pseries_machine_kexec,

Completed in 687 milliseconds

12