Searched refs:cpu_boot (Results 1 – 10 of 10) sorted by relevance
39 int (*cpu_boot)(unsigned int); member
51 .cpu_boot = exynos_cpu_boot,69 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)
40 int (*cpu_boot)(int cpu); member
126 .cpu_boot = smp_spin_table_cpu_boot,
116 .cpu_boot = cpu_psci_cpu_boot,
130 .cpu_boot = acpi_parking_protocol_cpu_boot,
105 if (ops->cpu_boot) in boot_secondary()106 return ops->cpu_boot(cpu); in boot_secondary()
271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
148 .cpu_boot = exynos_cpu_boot,
380 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()
Completed in 13 milliseconds