Searched refs:stop_this_cpu (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/openrisc/kernel/ |
D | smp.c | 175 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 191 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/Linux-v4.19/arch/x86/kernel/ |
D | smp.c | 167 stop_this_cpu(NULL); in smp_stop_nmi_callback() 180 stop_this_cpu(NULL); in smp_reboot_interrupt()
|
D | reboot.c | 716 stop_this_cpu(NULL); in native_machine_halt()
|
D | process.c | 516 void stop_this_cpu(void *dummy) in stop_this_cpu() function
|
/Linux-v4.19/arch/ia64/kernel/ |
D | smp.c | 74 stop_this_cpu(void) in stop_this_cpu() function 114 stop_this_cpu(); in handle_IPI()
|
/Linux-v4.19/arch/sh/kernel/ |
D | idle.c | 54 void stop_this_cpu(void *unused) in stop_this_cpu() function
|
D | reboot.c | 65 stop_this_cpu(NULL); in native_machine_halt()
|
D | smp.c | 271 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | processor.h | 103 void stop_this_cpu(void *);
|
/Linux-v4.19/arch/mips/kernel/ |
D | smp.c | 407 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 421 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | smp.c | 619 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 642 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | processor.h | 985 void stop_this_cpu(void *dummy);
|
/Linux-v4.19/arch/sparc/kernel/ |
D | smp_64.c | 1534 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 1566 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|