Home | History | Annotate | Download | only in asm-x86

Lines Matching full:smp_ops

56 struct smp_ops
70 extern struct smp_ops smp_ops;
74 smp_ops.smp_prepare_boot_cpu();
78 smp_ops.smp_prepare_cpus(max_cpus);
82 return smp_ops.cpu_up(cpu);
86 smp_ops.smp_cpus_done(max_cpus);
91 smp_ops.smp_send_stop();
95 smp_ops.smp_send_reschedule(cpu);
101 return smp_ops.smp_call_function_mask(mask, func, info, wait);