Searched refs:stop_this_cpu (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.1/arch/x86/kernel/ |
| D | smp.c | 126 stop_this_cpu(NULL); in smp_stop_nmi_callback() 138 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
|
| D | reboot.c | 737 stop_this_cpu(NULL); in native_machine_halt()
|
| D | process.c | 747 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function
|
| /Linux-v6.1/arch/ia64/kernel/ |
| D | smp.c | 73 stop_this_cpu(void) in stop_this_cpu() function 113 stop_this_cpu(); in handle_IPI()
|
| /Linux-v6.1/arch/sh/kernel/ |
| D | idle.c | 50 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()
|
| /Linux-v6.1/arch/openrisc/kernel/ |
| D | smp.c | 181 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 197 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /Linux-v6.1/arch/sh/include/asm/ |
| D | processor.h | 98 void stop_this_cpu(void *);
|
| /Linux-v6.1/arch/loongarch/kernel/ |
| D | smp.c | 514 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 524 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /Linux-v6.1/arch/mips/kernel/ |
| D | smp.c | 386 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 400 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | processor.h | 837 void __noreturn stop_this_cpu(void *dummy);
|
| /Linux-v6.1/arch/sparc/kernel/ |
| D | smp_64.c | 1488 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 1520 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /Linux-v6.1/arch/powerpc/kernel/ |
| D | smp.c | 670 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 702 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|