crash_stop_other_cpus   52 arch/x86/include/asm/smp.h 	void (*crash_stop_other_cpus)(void);
crash_stop_other_cpus  114 arch/x86/kernel/crash.c 	if (smp_ops.crash_stop_other_cpus)
crash_stop_other_cpus  115 arch/x86/kernel/crash.c 		smp_ops.crash_stop_other_cpus();
crash_stop_other_cpus  282 arch/x86/kernel/smp.c 	.crash_stop_other_cpus	= kdump_nmi_shootdown_cpus,