Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsmp.c128 stop_this_cpu(NULL); in smp_stop_nmi_callback()
140 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
H A Dreboot.c792 stop_this_cpu(NULL); in native_machine_halt()
885 if (smp_ops.stop_this_cpu) { in crash_nmi_callback()
886 smp_ops.stop_this_cpu(); in crash_nmi_callback()
H A Dprocess.c821 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function
852 if (smp_ops.stop_this_cpu) { in stop_this_cpu()
853 smp_ops.stop_this_cpu(); in stop_this_cpu()
/linux/arch/openrisc/kernel/
H A Dsmp.c190 static void stop_this_cpu(void *dummy) in stop_this_cpu() function
206 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux/arch/sh/kernel/
H A Didle.c53 void stop_this_cpu(void *unused) in stop_this_cpu() function
H A Dreboot.c58 stop_this_cpu(NULL); in native_machine_halt()
H A Dsmp.c268 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
/linux/tools/objtool/
H A Dnoreturns.h50 NORETURN(stop_this_cpu)
/linux/arch/sh/include/asm/
H A Dprocessor.h98 void stop_this_cpu(void *);
/linux/arch/x86/include/asm/
H A Dsmp.h39 void (*stop_this_cpu)(void); member
H A Dprocessor.h730 void __noreturn stop_this_cpu(void *dummy);
/linux/arch/mips/kernel/
H A Dsmp.c416 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()
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c120 smp_ops.stop_this_cpu = acpi_mp_stop_this_cpu; in acpi_mp_setup_reset()
/linux/arch/loongarch/kernel/
H A Dsmp.c703 static void stop_this_cpu(void *dummy) in stop_this_cpu() function
713 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux/arch/sparc/kernel/
H A Dsmp_64.c1483 static void stop_this_cpu(void *dummy) in stop_this_cpu() function
1515 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux/arch/powerpc/kernel/
H A Dsmp.c665 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()