Lines Matching refs:mp_ops
72 extern const struct plat_smp_ops *mp_ops; /* private */ in arch_smp_send_reschedule()
74 mp_ops->send_ipi_single(cpu, SMP_RESCHEDULE_YOURSELF); in arch_smp_send_reschedule()
80 extern const struct plat_smp_ops *mp_ops; /* private */ in __cpu_disable()
82 return mp_ops->cpu_disable(); in __cpu_disable()
87 extern const struct plat_smp_ops *mp_ops; /* private */ in __cpu_die()
89 mp_ops->cpu_die(cpu); in __cpu_die()
98 extern const struct plat_smp_ops *mp_ops; /* private */ in kexec_nonboot_cpu()
100 return mp_ops->kexec_nonboot_cpu(); in kexec_nonboot_cpu()
105 extern const struct plat_smp_ops *mp_ops; /* private */ in kexec_nonboot_cpu_func()
107 return mp_ops->kexec_nonboot_cpu; in kexec_nonboot_cpu_func()
127 extern const struct plat_smp_ops *mp_ops; /* private */ in arch_send_call_function_single_ipi()
129 mp_ops->send_ipi_single(cpu, SMP_CALL_FUNCTION); in arch_send_call_function_single_ipi()
134 extern const struct plat_smp_ops *mp_ops; /* private */ in arch_send_call_function_ipi_mask()
136 mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION); in arch_send_call_function_ipi_mask()