Searched refs:cpu_boot (Results 1 – 10 of 10) 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)
135 .cpu_boot = smp_spin_table_cpu_boot,
122 .cpu_boot = cpu_psci_cpu_boot,
140 .cpu_boot = acpi_parking_protocol_cpu_boot,
104 if (cpu_ops[cpu]->cpu_boot) in boot_secondary()105 return cpu_ops[cpu]->cpu_boot(cpu); in boot_secondary()
146 .cpu_boot = exynos_cpu_boot,
271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
372 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()