Searched refs:stop_this_cpu (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | smp.c | 126 stop_this_cpu(NULL); in smp_stop_nmi_callback() 138 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
|
A D | reboot.c | 733 stop_this_cpu(NULL); in native_machine_halt()
|
A D | process.c | 755 void __noreturn stop_this_cpu(void *dummy) in stop_this_cpu() function
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | smp.c | 73 stop_this_cpu(void) in stop_this_cpu() function 113 stop_this_cpu(); in handle_IPI()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | idle.c | 51 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 | 266 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | smp.c | 181 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 197 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | processor.h | 98 void stop_this_cpu(void *);
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | smp.c | 386 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 400 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | smp.c | 549 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 559 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | processor.h | 698 void __noreturn stop_this_cpu(void *dummy);
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | smp_64.c | 1488 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 1520 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | smp.c | 670 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 702 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
Completed in 23 milliseconds