Searched refs:stop_this_cpu (Results 1 – 14 of 14) sorted by relevance
/arch/x86/kernel/ |
D | smp.c | 128 stop_this_cpu(NULL); in smp_stop_nmi_callback() 140 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
|
D | reboot.c | 779 stop_this_cpu(NULL); in native_machine_halt()
|
D | process.c | 797 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function
|
/arch/sh/kernel/ |
D | idle.c | 53 void stop_this_cpu(void *unused) in stop_this_cpu() function
|
D | reboot.c | 58 stop_this_cpu(NULL); in native_machine_halt()
|
D | smp.c | 266 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
/arch/ia64/kernel/ |
D | smp.c | 73 stop_this_cpu(void) in stop_this_cpu() function 113 stop_this_cpu(); in handle_IPI()
|
/arch/openrisc/kernel/ |
D | smp.c | 183 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 199 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/arch/sh/include/asm/ |
D | processor.h | 98 void stop_this_cpu(void *);
|
/arch/mips/kernel/ |
D | smp.c | 404 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 418 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/arch/loongarch/kernel/ |
D | smp.c | 566 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 576 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/arch/x86/include/asm/ |
D | processor.h | 705 void __noreturn stop_this_cpu(void *dummy);
|
/arch/sparc/kernel/ |
D | smp_64.c | 1490 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 1522 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/arch/powerpc/kernel/ |
D | smp.c | 673 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 705 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|