Lines Matching refs:smp_ops
46 struct smp_ops { struct
70 extern struct smp_ops smp_ops; argument
74 smp_ops.stop_other_cpus(0); in smp_send_stop()
79 smp_ops.stop_other_cpus(1); in stop_other_cpus()
84 smp_ops.smp_prepare_boot_cpu(); in smp_prepare_boot_cpu()
89 smp_ops.smp_prepare_cpus(max_cpus); in smp_prepare_cpus()
94 smp_ops.smp_cpus_done(max_cpus); in smp_cpus_done()
99 return smp_ops.cpu_up(cpu, tidle); in __cpu_up()
104 return smp_ops.cpu_disable(); in __cpu_disable()
109 smp_ops.cpu_die(cpu); in __cpu_die()
114 smp_ops.play_dead(); in play_dead()
119 smp_ops.smp_send_reschedule(cpu); in smp_send_reschedule()
124 smp_ops.send_call_func_single_ipi(cpu); in arch_send_call_function_single_ipi()
129 smp_ops.send_call_func_ipi(mask); in arch_send_call_function_ipi_mask()