Lines Matching refs:mp_ops
71 extern const struct plat_smp_ops *mp_ops; /* private */ in smp_send_reschedule()
73 mp_ops->send_ipi_single(cpu, SMP_RESCHEDULE_YOURSELF); in smp_send_reschedule()
79 extern const struct plat_smp_ops *mp_ops; /* private */ in __cpu_disable()
81 return mp_ops->cpu_disable(); in __cpu_disable()
86 extern const struct plat_smp_ops *mp_ops; /* private */ in __cpu_die()
88 mp_ops->cpu_die(cpu); in __cpu_die()
97 extern const struct plat_smp_ops *mp_ops; /* private */ in kexec_nonboot_cpu()
99 return mp_ops->kexec_nonboot_cpu(); in kexec_nonboot_cpu()
104 extern const struct plat_smp_ops *mp_ops; /* private */ in kexec_nonboot_cpu_func()
106 return mp_ops->kexec_nonboot_cpu; in kexec_nonboot_cpu_func()
126 extern const struct plat_smp_ops *mp_ops; /* private */ in arch_send_call_function_single_ipi()
128 mp_ops->send_ipi_single(cpu, SMP_CALL_FUNCTION); in arch_send_call_function_single_ipi()
133 extern const struct plat_smp_ops *mp_ops; /* private */ in arch_send_call_function_ipi_mask()
135 mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION); in arch_send_call_function_ipi_mask()