Lines Matching refs:mp_ops
160 const struct plat_smp_ops *mp_ops; variable
161 EXPORT_SYMBOL(mp_ops);
165 if (mp_ops) in register_smp_ops()
168 mp_ops = ops; in register_smp_ops()
365 mp_ops->init_secondary(); in start_secondary()
411 mp_ops->smp_finish(); in start_secondary()
442 mp_ops->prepare_cpus(max_cpus); in smp_prepare_cpus()
455 if (mp_ops->prepare_boot_cpu) in smp_prepare_boot_cpu()
456 mp_ops->prepare_boot_cpu(); in smp_prepare_boot_cpu()
464 return mp_ops->boot_secondary(cpu, tidle); in arch_cpuhp_kick_ap_alive()
471 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
733 if (mp_ops->cleanup_dead_cpu) in arch_cpuhp_cleanup_dead_cpu()
734 mp_ops->cleanup_dead_cpu(cpu); in arch_cpuhp_cleanup_dead_cpu()