Searched refs:cpu_boot (Results 1 – 9 of 9) sorted by relevance
44 int (*cpu_boot)(unsigned int); member
40 int (*cpu_boot)(int cpu); member
124 .cpu_boot = smp_spin_table_cpu_boot,
116 .cpu_boot = cpu_psci_cpu_boot,
129 .cpu_boot = acpi_parking_protocol_cpu_boot,
97 if (cpu_ops[cpu]->cpu_boot) in boot_secondary()98 return cpu_ops[cpu]->cpu_boot(cpu); in boot_secondary()
271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
146 .cpu_boot = exynos_cpu_boot,
384 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()