| /linux-6.15/arch/powerpc/kexec/ |
| H A D | core.c | 40 void machine_kexec(struct kimage *image) in machine_kexec() function 47 if (ppc_md.machine_kexec) in machine_kexec() 48 ppc_md.machine_kexec(image); in machine_kexec()
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | machine_kexec.c | 39 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 20 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | kexec.c | 71 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | machine_kexec.c | 149 machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 109 obj-$(CONFIG_KEXEC_CORE) += kexec_relocate.o crash_save_regs.o machine_kexec.o
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | Makefile | 33 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
| H A D | machine_kexec.c | 69 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | machine_kexec.c | 141 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | machine_kexec.c | 210 machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | machine_kexec.c | 267 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 69 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | Makefile | 64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
| H A D | machine_kexec.c | 257 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | Makefile | 62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
|
| H A D | machine_kexec.c | 165 void machine_kexec(struct kimage *kimage) in machine_kexec() function
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 161 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | machine_kexec_64.c | 345 void __nocfi machine_kexec(struct kimage *image) in machine_kexec() function
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | machdep.h | 189 void (*machine_kexec)(struct kimage *image); member
|
| /linux-6.15/include/linux/ |
| H A D | kexec.h | 381 extern void machine_kexec(struct kimage *image);
|
| /linux-6.15/arch/powerpc/platforms/85xx/ |
| H A D | smp.c | 520 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec; in mpc85xx_smp_init()
|
| /linux-6.15/kernel/ |
| H A D | crash_core.c | 122 machine_kexec(kexec_crash_image); in __crash_kexec()
|
| H A D | kexec_core.c | 1065 machine_kexec(kexec_image); in kernel_kexec()
|