Searched refs:stop_this_cpu (Results 1 – 15 of 15) sorted by relevance
| /arch/x86/kernel/ |
| A D | smp.c | 128 stop_this_cpu(NULL); in smp_stop_nmi_callback() 140 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
|
| A D | reboot.c | 791 stop_this_cpu(NULL); in native_machine_halt() 884 if (smp_ops.stop_this_cpu) { in crash_nmi_callback() 885 smp_ops.stop_this_cpu(); in crash_nmi_callback()
|
| A D | process.c | 811 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function 854 if (smp_ops.stop_this_cpu) { in stop_this_cpu() 855 smp_ops.stop_this_cpu(); in stop_this_cpu()
|
| /arch/sh/kernel/ |
| A D | idle.c | 53 void stop_this_cpu(void *unused) in stop_this_cpu() function
|
| A D | reboot.c | 58 stop_this_cpu(NULL); in native_machine_halt()
|
| A D | smp.c | 268 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
| /arch/openrisc/kernel/ |
| A D | smp.c | 179 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 195 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /arch/sh/include/asm/ |
| A D | processor.h | 98 void stop_this_cpu(void *);
|
| /arch/x86/include/asm/ |
| A D | smp.h | 39 void (*stop_this_cpu)(void); member
|
| A D | processor.h | 730 void __noreturn stop_this_cpu(void *dummy);
|
| /arch/x86/kernel/acpi/ |
| A D | madt_wakeup.c | 120 smp_ops.stop_this_cpu = acpi_mp_stop_this_cpu; in acpi_mp_setup_reset()
|
| /arch/mips/kernel/ |
| A D | smp.c | 416 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 430 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /arch/loongarch/kernel/ |
| A D | smp.c | 686 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 696 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /arch/sparc/kernel/ |
| A D | smp_64.c | 1484 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 1516 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /arch/powerpc/kernel/ |
| A D | smp.c | 665 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 697 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
Completed in 27 milliseconds