Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dcore.c42 void machine_kexec(struct kimage *image) in machine_kexec() function
49 if (ppc_md.machine_kexec) in machine_kexec()
50 ppc_md.machine_kexec(image); in machine_kexec()
/linux/arch/m68k/kernel/
H A Dmachine_kexec.c39 void machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile20 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux/arch/parisc/kernel/
H A Dkexec.c71 void machine_kexec(struct kimage *image) in machine_kexec() function
/linux/arch/riscv/kernel/
H A Dmachine_kexec.c149 machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile110 obj-$(CONFIG_KEXEC_CORE) += kexec_relocate.o crash_save_regs.o machine_kexec.o
/linux/arch/sh/kernel/
H A DMakefile33 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c69 void machine_kexec(struct kimage *image) in machine_kexec() function
/linux/arch/arm/kernel/
H A Dmachine_kexec.c141 void machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux/arch/mips/kernel/
H A Dmachine_kexec.c210 machine_kexec(struct kimage *image) in machine_kexec() function
H A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
/linux/arch/loongarch/kernel/
H A DMakefile64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Dmachine_kexec.c246 void machine_kexec(struct kimage *image) in machine_kexec() function
/linux/arch/arm64/kernel/
H A DMakefile61 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/linux/arch/x86/kernel/
H A Dmachine_kexec_32.c161 void machine_kexec(struct kimage *image) in machine_kexec() function
H A Dmachine_kexec_64.c400 void __nocfi machine_kexec(struct kimage *image) in machine_kexec() function
485 ANNOTATE_NOCFI_SYM(machine_kexec);
/linux/include/linux/
H A Dkexec.h436 extern void machine_kexec(struct kimage *image);
/linux/kernel/
H A Dcrash_core.c138 machine_kexec(kexec_crash_image); in __crash_kexec()
H A Dkexec_core.c1207 machine_kexec(kexec_image); in kernel_kexec()