Searched refs:cpu_boot (Results 1 – 8 of 8) sorted by relevance
39 int (*cpu_boot)(int cpu); member
53 int (*cpu_boot)(unsigned int); member
49 .cpu_boot = exynos_cpu_boot,67 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)
126 .cpu_boot = smp_spin_table_cpu_boot,
79 if (cpu_ops[cpu]->cpu_boot) in boot_secondary()80 return cpu_ops[cpu]->cpu_boot(cpu); in boot_secondary()
563 .cpu_boot = cpu_psci_cpu_boot,
141 .cpu_boot = exynos_cpu_boot,
327 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()