Searched refs:stop_this_cpu (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/arch/x86/kernel/ |
| H A D | smp.c | 128 stop_this_cpu(NULL); in smp_stop_nmi_callback() 140 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
|
| H 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()
|
| H A D | process.c | 802 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function 845 if (smp_ops.stop_this_cpu) { in stop_this_cpu() 846 smp_ops.stop_this_cpu(); in stop_this_cpu()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | idle.c | 53 void stop_this_cpu(void *unused) in stop_this_cpu() function
|
| H A D | reboot.c | 58 stop_this_cpu(NULL); in native_machine_halt()
|
| H A D | smp.c | 268 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
| /linux-6.15/arch/openrisc/kernel/ |
| H 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()
|
| /linux-6.15/tools/objtool/ |
| H A D | noreturns.h | 49 NORETURN(stop_this_cpu)
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | processor.h | 98 void stop_this_cpu(void *);
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | smp.h | 39 void (*stop_this_cpu)(void); member
|
| H A D | processor.h | 731 void __noreturn stop_this_cpu(void *dummy);
|
| /linux-6.15/arch/x86/kernel/acpi/ |
| H A D | madt_wakeup.c | 120 smp_ops.stop_this_cpu = acpi_mp_stop_this_cpu; in acpi_mp_setup_reset()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | smp.c | 405 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 419 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | smp.c | 648 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 658 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /linux-6.15/arch/sparc/kernel/ |
| H 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()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H 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()
|