smp_ops 160 arch/x86/kernel/kvmclock.c smp_ops.smp_prepare_boot_cpu = kvm_smp_prepare_boot_cpu; smp_ops 214 arch/x86/kernel/smp.c struct smp_ops smp_ops = { smp_ops 1783 arch/x86/mach-voyager/voyager_smp.c struct smp_ops smp_ops = { smp_ops 469 arch/x86/xen/smp.c static const struct smp_ops xen_smp_ops __initdata = { smp_ops 488 arch/x86/xen/smp.c smp_ops = xen_smp_ops; smp_ops 74 include/asm-x86/smp.h extern struct smp_ops smp_ops; smp_ops 78 include/asm-x86/smp.h smp_ops.smp_send_stop(); smp_ops 83 include/asm-x86/smp.h smp_ops.smp_prepare_boot_cpu(); smp_ops 88 include/asm-x86/smp.h smp_ops.smp_prepare_cpus(max_cpus); smp_ops 93 include/asm-x86/smp.h smp_ops.smp_cpus_done(max_cpus); smp_ops 98 include/asm-x86/smp.h return smp_ops.cpu_up(cpu); smp_ops 103 include/asm-x86/smp.h return smp_ops.cpu_disable(); smp_ops 108 include/asm-x86/smp.h smp_ops.cpu_die(cpu); smp_ops 113 include/asm-x86/smp.h smp_ops.play_dead(); smp_ops 118 include/asm-x86/smp.h smp_ops.smp_send_reschedule(cpu); smp_ops 123 include/asm-x86/smp.h smp_ops.send_call_func_single_ipi(cpu); smp_ops 128 include/asm-x86/smp.h smp_ops.send_call_func_ipi(mask);