Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsmp.h33 void (*stop_other_cpus)(int wait); member
56 smp_ops.stop_other_cpus(0); in smp_send_stop()
59 static inline void stop_other_cpus(void) in stop_other_cpus() function
61 smp_ops.stop_other_cpus(1); in stop_other_cpus()
/openbmc/linux/arch/x86/kernel/
H A Dsmp.c284 .stop_other_cpus = native_stop_other_cpus,
H A Dreboot.c742 stop_other_cpus(); in native_machine_shutdown()
/openbmc/linux/arch/x86/xen/
H A Dsmp_pv.c449 .stop_other_cpus = xen_pv_stop_other_cpus,