Searched refs:crash_stop_other_cpus (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsmp.h29 void (*crash_stop_other_cpus)(void); member in struct:smp_ops
/linux-master/arch/x86/kernel/
H A Dsmp.c290 .crash_stop_other_cpus = kdump_nmi_shootdown_cpus,
H A Dcrash.c84 if (smp_ops.crash_stop_other_cpus)
85 smp_ops.crash_stop_other_cpus();

Completed in 100 milliseconds