smp_call_ipl_cpu
extern void __noreturn smp_call_ipl_cpu(void (*func)(void *), void *data);
smp_call_ipl_cpu(__reipl_run, NULL);
smp_call_ipl_cpu(__dump_run, NULL);
smp_call_ipl_cpu(__do_restart, arg);
smp_call_ipl_cpu(__ipl_run, NULL);
smp_call_ipl_cpu(__machine_kexec, image);