/openbmc/linux/arch/powerpc/kexec/ |
H A D | core.c | 87 void machine_kexec(struct kimage *image) in machine_kexec() function 94 if (ppc_md.machine_kexec) in machine_kexec() 95 ppc_md.machine_kexec(image); in machine_kexec()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | machine_kexec.c | 39 void machine_kexec(struct kimage *image) in machine_kexec() function
|
H A D | Makefile | 28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kexec.c | 71 void machine_kexec(struct kimage *image) in machine_kexec() function
|
/openbmc/linux/arch/sh/kernel/ |
H A D | Makefile | 36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
H A D | machine_kexec.c | 69 void machine_kexec(struct kimage *image) in machine_kexec() function
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | Makefile | 28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
|
H A D | machine_kexec.c | 137 void machine_kexec(struct kimage *image) in machine_kexec() function
|
H A D | crash.c | 134 machine_kexec(ia64_kimage); in machine_kdump_on_init()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | machine_kexec.c | 164 void machine_kexec(struct kimage *image) in machine_kexec() function
|
H A D | Makefile | 62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | machine_kexec.c | 198 machine_kexec(struct kimage *image) in machine_kexec() function
|
H A D | Makefile | 90 obj-$(CONFIG_KEXEC_CORE) += kexec_relocate.o crash_save_regs.o machine_kexec.o
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | Makefile | 60 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
H A D | machine_kexec.c | 3 * machine_kexec.c for kexec 257 void machine_kexec(struct kimage *image) in machine_kexec() function
|
/openbmc/linux/arch/mips/kernel/ |
H A D | machine_kexec.c | 209 machine_kexec(struct kimage *image) in machine_kexec() function
|
H A D | Makefile | 93 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
|
/openbmc/linux/arch/s390/kernel/ |
H A D | machine_kexec.c | 279 void machine_kexec(struct kimage *image) in machine_kexec() function
|
H A D | Makefile | 66 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | Makefile | 63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
|
H A D | machine_kexec.c | 179 void machine_kexec(struct kimage *kimage) in machine_kexec() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | machine_kexec_32.c | 161 void machine_kexec(struct kimage *image) in machine_kexec() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | machdep.h | 185 void (*machine_kexec)(struct kimage *image); member
|
/openbmc/linux/include/linux/ |
H A D | kexec.h | 374 extern void machine_kexec(struct kimage *image);
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 517 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec; in mpc85xx_smp_init()
|