Searched refs:stop_this_cpu (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/arch/x86/kernel/ |
D | smp.c | 125 stop_this_cpu(NULL); in smp_stop_nmi_callback() 138 stop_this_cpu(NULL); in smp_reboot_interrupt()
|
D | reboot.c | 737 stop_this_cpu(NULL); in native_machine_halt()
|
D | process.c | 598 void stop_this_cpu(void *dummy) in stop_this_cpu() function
|
/Linux-v5.4/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-v5.4/arch/ia64/kernel/ |
D | smp.c | 74 stop_this_cpu(void) in stop_this_cpu() function 114 stop_this_cpu(); in handle_IPI()
|
/Linux-v5.4/arch/sh/kernel/ |
D | idle.c | 51 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 | 268 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
/Linux-v5.4/arch/sh/include/asm/ |
D | processor.h | 103 void stop_this_cpu(void *);
|
/Linux-v5.4/arch/mips/kernel/ |
D | smp.c | 396 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 410 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | smp.c | 603 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 626 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | processor.h | 970 void stop_this_cpu(void *dummy);
|
/Linux-v5.4/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()
|