Home
last modified time | relevance | path

Searched refs:smp_call_ipl_cpu (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsmp.h46 extern void __noreturn smp_call_ipl_cpu(void (*func)(void *), void *data);
/linux/arch/s390/kernel/
H A Dmachine_kexec.c273 smp_call_ipl_cpu(__machine_kexec, image); in machine_kexec()
H A Dipl.c690 smp_call_ipl_cpu(__ipl_run, NULL); in ipl_run()
1274 smp_call_ipl_cpu(__reipl_run, NULL); in reipl_run()
1800 smp_call_ipl_cpu(__dump_run, NULL); in dump_run()
2158 smp_call_ipl_cpu(__do_restart, arg); in do_restart()
H A Dsmp.c375 void __noreturn smp_call_ipl_cpu(void (*func)(void *), void *data) in smp_call_ipl_cpu() function