Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dsmp.h61 void (*stop_other_cpus)(int wait); member
84 smp_ops.stop_other_cpus(0); in smp_send_stop()
87 static inline void stop_other_cpus(void) in stop_other_cpus() function
89 smp_ops.stop_other_cpus(1); in stop_other_cpus()
/linux-4.4.14/arch/x86/kernel/
Dsmp.c344 .stop_other_cpus = native_stop_other_cpus,
Dreboot.c628 stop_other_cpus(); in native_machine_shutdown()
/linux-4.4.14/arch/x86/xen/
Dsmp.c741 .stop_other_cpus = xen_stop_other_cpus,