Searched refs:stop_this_cpu (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/sh/kernel/
H A Didle.c53 void stop_this_cpu(void *unused) function
H A Dreboot.c58 stop_this_cpu(NULL);
H A Dsmp.c266 smp_call_function(stop_this_cpu, 0, 0);
/linux-master/tools/objtool/
H A Dnoreturns.h41 NORETURN(stop_this_cpu)
/linux-master/arch/x86/kernel/
H A Dsmp.c128 stop_this_cpu(NULL);
140 stop_this_cpu(NULL);
175 * HLT loop in stop_this_cpu()
181 * HLT loop in stop_this_cpu()
239 * the other CPUs. See comment vs. SME in stop_this_cpu().
H A Dreboot.c779 stop_this_cpu(NULL);
H A Dprocess.c796 void __noreturn stop_this_cpu(void *dummy) function
/linux-master/arch/sh/include/asm/
H A Dprocessor.h98 void stop_this_cpu(void *);
/linux-master/arch/openrisc/kernel/
H A Dsmp.c179 static void stop_this_cpu(void *dummy) function
195 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/mips/kernel/
H A Dsmp.c405 static void stop_this_cpu(void *dummy) function
419 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/loongarch/kernel/
H A Dsmp.c566 static void stop_this_cpu(void *dummy) function
576 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h703 void __noreturn stop_this_cpu(void *dummy);
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c1500 static void stop_this_cpu(void *dummy) function
1532 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/powerpc/kernel/
H A Dsmp.c664 static void stop_this_cpu(void *dummy) function
669 * Offlining CPUs in stop_this_cpu can result in scheduler warnings,
696 smp_call_function(stop_this_cpu, NULL, 0);

Completed in 310 milliseconds