Home
last modified time | relevance | path

Searched refs:machine_kexec (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/arch/powerpc/kexec/
H A Dcore.c87 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 Dmachine_kexec.c39 void machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/parisc/kernel/
H A Dkexec.c71 void machine_kexec(struct kimage *image) in machine_kexec() function
/openbmc/linux/arch/sh/kernel/
H A DMakefile36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c69 void machine_kexec(struct kimage *image) in machine_kexec() function
/openbmc/linux/arch/ia64/kernel/
H A DMakefile28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
H A Dmachine_kexec.c137 void machine_kexec(struct kimage *image) in machine_kexec() function
H A Dcrash.c134 machine_kexec(ia64_kimage); in machine_kdump_on_init()
/openbmc/linux/arch/arm/kernel/
H A Dmachine_kexec.c164 void machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/riscv/kernel/
H A Dmachine_kexec.c198 machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile90 obj-$(CONFIG_KEXEC_CORE) += kexec_relocate.o crash_save_regs.o machine_kexec.o
/openbmc/linux/arch/loongarch/kernel/
H A DMakefile60 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c3 * machine_kexec.c for kexec
257 void machine_kexec(struct kimage *image) in machine_kexec() function
/openbmc/linux/arch/mips/kernel/
H A Dmachine_kexec.c209 machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile93 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec.c279 void machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile66 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/openbmc/linux/arch/arm64/kernel/
H A DMakefile63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
H A Dmachine_kexec.c179 void machine_kexec(struct kimage *kimage) in machine_kexec() function
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_32.c161 void machine_kexec(struct kimage *image) in machine_kexec() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dmachdep.h185 void (*machine_kexec)(struct kimage *image); member
/openbmc/linux/include/linux/
H A Dkexec.h374 extern void machine_kexec(struct kimage *image);
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c517 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec; in mpc85xx_smp_init()

12