| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | core.c | 96 void machine_kexec(struct kimage *image) in machine_kexec() function 103 if (ppc_md.machine_kexec) in machine_kexec() 104 ppc_md.machine_kexec(image); in machine_kexec()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | machine_kexec.c | 38 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 26 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | kexec.c | 69 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | machine_kexec.c | 136 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
|
| H A D | crash.c | 133 machine_kexec(ia64_kimage); in machine_kdump_on_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | machine_kexec.c | 155 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 59 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | machine_kexec.c | 209 machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | Makefile | 98 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | Makefile | 39 obj-y += sysinfo.o lgr.o os_info.o machine_kexec.o pgm_check.o
|
| H A D | machine_kexec.c | 280 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | Makefile | 53 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
|
| H A D | machine_kexec.c | 144 void machine_kexec(struct kimage *kimage) in machine_kexec() function
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 172 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| H A D | machine_kexec_64.c | 325 void machine_kexec(struct kimage *image) in machine_kexec() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | machdep.h | 201 void (*machine_kexec)(struct kimage *image); member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kexec.h | 341 extern void machine_kexec(struct kimage *image);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | smp.c | 517 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec; in mpc85xx_smp_init()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_core.c | 961 machine_kexec(kexec_crash_image); in __crash_kexec() 1183 machine_kexec(kexec_image); in kernel_kexec()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 1074 .machine_kexec = pSeries_machine_kexec, in define_machine()
|