Searched refs:machine_kexec (Results 1 – 24 of 24) sorted by relevance
96 void machine_kexec(struct kimage *image) in machine_kexec() function103 if (ppc_md.machine_kexec) in machine_kexec()104 ppc_md.machine_kexec(image); in machine_kexec()
38 void machine_kexec(struct kimage *image) in machine_kexec() function
26 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
69 void machine_kexec(struct kimage *image) in machine_kexec() function
36 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
137 void machine_kexec(struct kimage *image) in machine_kexec() function
28 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
134 machine_kexec(ia64_kimage); in machine_kdump_on_init()
64 obj-$(CONFIG_KEXEC) += kexec_relocate.o crash_save_regs.o machine_kexec.o
222 machine_kexec(struct kimage *image) in machine_kexec() function
162 void machine_kexec(struct kimage *image) in machine_kexec() function
62 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
209 machine_kexec(struct kimage *image) in machine_kexec() function
97 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
280 void machine_kexec(struct kimage *image) in machine_kexec() function
39 obj-y += sysinfo.o lgr.o os_info.o machine_kexec.o
66 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
171 void machine_kexec(struct kimage *kimage) in machine_kexec() function
161 void machine_kexec(struct kimage *image) in machine_kexec() function
296 void machine_kexec(struct kimage *image) in machine_kexec() function
201 void (*machine_kexec)(struct kimage *image); member
517 ppc_md.machine_kexec = mpc85xx_smp_machine_kexec; in mpc85xx_smp_init()
1091 .machine_kexec = pSeries_machine_kexec, in define_machine()