Searched refs:cpu_boot (Results 1 – 9 of 9) sorted by relevance
53 int (*cpu_boot)(unsigned int); member
43 int (*cpu_boot)(int cpu); member
49 .cpu_boot = exynos_cpu_boot,67 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)
132 .cpu_boot = smp_spin_table_cpu_boot,
216 .cpu_boot = cpu_psci_cpu_boot,
81 if (cpu_ops[cpu]->cpu_boot) in boot_secondary()82 return cpu_ops[cpu]->cpu_boot(cpu); in boot_secondary()
157 .cpu_boot = exynos_cpu_boot,
280 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
363 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()