Searched refs:stop_this_cpu (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | smp.c | 126 stop_this_cpu(NULL); in smp_stop_nmi_callback() 138 stop_this_cpu(NULL); in DEFINE_IDTENTRY_SYSVEC()
|
| H A D | reboot.c | 737 stop_this_cpu(NULL); in native_machine_halt()
|
| H A D | process.c | 723 void stop_this_cpu(void *dummy) in stop_this_cpu() function
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | smp.c | 73 stop_this_cpu(void) in stop_this_cpu() function 113 stop_this_cpu(); in handle_IPI()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | smp.c | 174 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 190 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | idle.c | 50 void stop_this_cpu(void *unused) in stop_this_cpu() function
|
| H A D | reboot.c | 59 stop_this_cpu(NULL); in native_machine_halt()
|
| H A D | smp.c | 266 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | processor.h | 99 void stop_this_cpu(void *);
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | mp_init.c | 70 static inline void stop_this_cpu(void) in stop_this_cpu() function 159 stop_this_cpu(); in ap_init()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | smp.c | 657 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 689 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | processor.h | 841 void stop_this_cpu(void *dummy);
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | smp_64.c | 1494 static void stop_this_cpu(void *dummy) in stop_this_cpu() function 1526 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|