Searched refs:stop_this_cpu (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/arch/sh/kernel/
H A Didle.c54 void stop_this_cpu(void *unused) stop_this_cpu() function
H A Dreboot.c64 stop_this_cpu(NULL); native_machine_halt()
H A Dsmp.c272 smp_call_function(stop_this_cpu, 0, 0); smp_send_stop()
/linux-4.1.27/arch/m32r/kernel/
H A Dsmp.c74 static void stop_this_cpu(void *);
482 * 1.Request other CPU to execute 'stop_this_cpu()'.
497 smp_call_function(stop_this_cpu, NULL, 0); smp_send_stop()
501 * Name: stop_this_cpu
516 static void stop_this_cpu(void *dummy) stop_this_cpu() function
/linux-4.1.27/arch/sh/include/asm/
H A Dprocessor.h103 void stop_this_cpu(void *);
/linux-4.1.27/arch/ia64/kernel/
H A Dsmp.c74 stop_this_cpu(void) stop_this_cpu() function
114 stop_this_cpu(); handle_IPI()
/linux-4.1.27/arch/x86/kernel/
H A Dsmp.c162 stop_this_cpu(NULL); smp_stop_nmi_callback()
175 stop_this_cpu(NULL); smp_reboot_interrupt()
H A Dprocess.c358 void stop_this_cpu(void *dummy) stop_this_cpu() function
H A Dreboot.c664 stop_this_cpu(NULL); native_machine_halt()
/linux-4.1.27/arch/mips/kernel/
H A Dsmp.c206 static void stop_this_cpu(void *dummy) stop_this_cpu() function
227 smp_call_function(stop_this_cpu, NULL, 0); smp_send_stop()
/linux-4.1.27/arch/metag/kernel/
H A Dsmp.c562 static void stop_this_cpu(void *data) stop_this_cpu() function
583 smp_call_function(stop_this_cpu, NULL, 0); smp_send_stop()
/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp.c333 static void stop_this_cpu(void *dummy) stop_this_cpu() function
345 smp_call_function(stop_this_cpu, NULL, 0); smp_send_stop()
/linux-4.1.27/arch/mn10300/kernel/
H A Dsmp.c466 * stop_this_cpu - Callback to stop a CPU.
469 void stop_this_cpu(void *unused) stop_this_cpu() function
496 smp_nmi_call_function(stop_this_cpu, NULL, 0); smp_send_stop()
/linux-4.1.27/arch/sparc/kernel/
H A Dsmp_64.c1422 static void stop_this_cpu(void *dummy) stop_this_cpu() function
1447 smp_call_function(stop_this_cpu, NULL, 0);
/linux-4.1.27/arch/x86/include/asm/
H A Dprocessor.h975 void stop_this_cpu(void *dummy);

Completed in 788 milliseconds