Searched refs:stop_other_cpus (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsmp.h28 void (*stop_other_cpus)(int wait); member in struct:smp_ops
51 smp_ops.stop_other_cpus(0);
54 static inline void stop_other_cpus(void) function
56 smp_ops.stop_other_cpus(1);
/linux-master/arch/x86/kernel/
H A Dsmp.c288 .stop_other_cpus = native_stop_other_cpus,
H A Dreboot.c742 stop_other_cpus();
/linux-master/arch/x86/xen/
H A Dsmp_pv.c438 .stop_other_cpus = xen_pv_stop_other_cpus,

Completed in 126 milliseconds