Home
last modified time | relevance | path

Searched refs:stop_this_cpu (Results 1 – 16 of 16) sorted by relevance

/linux/arch/x86/kernel/
A Dsmp.c128 stop_this_cpu(NULL); in smp_stop_nmi_callback()
140 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
A Dreboot.c791 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 Dprocess.c796 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function
839 if (smp_ops.stop_this_cpu) { in stop_this_cpu()
840 smp_ops.stop_this_cpu(); in stop_this_cpu()
/linux/arch/sh/kernel/
A Didle.c53 void stop_this_cpu(void *unused) in stop_this_cpu() function
A Dreboot.c58 stop_this_cpu(NULL); in native_machine_halt()
A Dsmp.c268 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
/linux/arch/openrisc/kernel/
A Dsmp.c179 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/tools/objtool/
A Dnoreturns.h47 NORETURN(stop_this_cpu)
/linux/arch/sh/include/asm/
A Dprocessor.h98 void stop_this_cpu(void *);
/linux/arch/x86/include/asm/
A Dsmp.h38 void (*stop_this_cpu)(void); member
A Dprocessor.h722 void __noreturn stop_this_cpu(void *dummy);
/linux/arch/mips/kernel/
A Dsmp.c405 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/arch/x86/kernel/acpi/
A Dmadt_wakeup.c163 smp_ops.stop_this_cpu = acpi_mp_stop_this_cpu; in acpi_mp_setup_reset()
/linux/arch/loongarch/kernel/
A Dsmp.c603 static void stop_this_cpu(void *dummy) in stop_this_cpu() function
613 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux/arch/sparc/kernel/
A Dsmp_64.c1486 static void stop_this_cpu(void *dummy) in stop_this_cpu() function
1518 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux/arch/powerpc/kernel/
A Dsmp.c664 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()

Completed in 715 milliseconds