Searched refs:machine_kexec (Results 1 – 22 of 22) sorted by relevance
96 void machine_kexec(struct kimage *image) in machine_kexec() function102 if (ppc_md.machine_kexec) in machine_kexec()103 ppc_md.machine_kexec(image); in machine_kexec()
112 obj-$(CONFIG_KEXEC) += machine_kexec.o crash.o \
37 void machine_kexec(struct kimage *image) in machine_kexec() function
25 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
63 machine_kexec(struct kimage *image) in machine_kexec() function
87 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
22 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_$(BITS).o
264 void machine_kexec(struct kimage *image) in machine_kexec() function
35 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
73 void machine_kexec(struct kimage *image) in machine_kexec() function
139 void machine_kexec(struct kimage *image) in machine_kexec() function
29 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
154 machine_kexec(ia64_kimage); in machine_kdump_on_init()
147 void machine_kexec(struct kimage *image) in machine_kexec() function
58 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
45 obj-y += sysinfo.o jump_label.o lgr.o os_info.o machine_kexec.o pgm_check.o
268 void machine_kexec(struct kimage *image) in machine_kexec() function
186 void machine_kexec(struct kimage *image) in machine_kexec() function
257 void machine_kexec(struct kimage *image) in machine_kexec() function
237 void (*machine_kexec)(struct kimage *image); member
523 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec; in mpc85xx_smp_init()
951 .machine_kexec = pSeries_machine_kexec, in define_machine()