smp_ops            90 arch/x86/include/asm/smp.h extern struct smp_ops smp_ops;
smp_ops            94 arch/x86/include/asm/smp.h 	smp_ops.stop_other_cpus(0);
smp_ops            99 arch/x86/include/asm/smp.h 	smp_ops.stop_other_cpus(1);
smp_ops           104 arch/x86/include/asm/smp.h 	smp_ops.smp_prepare_boot_cpu();
smp_ops           109 arch/x86/include/asm/smp.h 	smp_ops.smp_prepare_cpus(max_cpus);
smp_ops           114 arch/x86/include/asm/smp.h 	smp_ops.smp_cpus_done(max_cpus);
smp_ops           119 arch/x86/include/asm/smp.h 	return smp_ops.cpu_up(cpu, tidle);
smp_ops           124 arch/x86/include/asm/smp.h 	return smp_ops.cpu_disable();
smp_ops           129 arch/x86/include/asm/smp.h 	smp_ops.cpu_die(cpu);
smp_ops           134 arch/x86/include/asm/smp.h 	smp_ops.play_dead();
smp_ops           139 arch/x86/include/asm/smp.h 	smp_ops.smp_send_reschedule(cpu);
smp_ops           144 arch/x86/include/asm/smp.h 	smp_ops.send_call_func_single_ipi(cpu);
smp_ops           149 arch/x86/include/asm/smp.h 	smp_ops.send_call_func_ipi(mask);