Home
last modified time | relevance | path

Searched refs:cpu_boot (Results 1 – 9 of 9) sorted by relevance

/arch/arm64/include/asm/
Dcpu_ops.h44 int (*cpu_boot)(unsigned int); member
/arch/arm/include/asm/
Dfirmware.h40 int (*cpu_boot)(int cpu); member
/arch/arm64/kernel/
Dsmp_spin_table.c124 .cpu_boot = smp_spin_table_cpu_boot,
Dpsci.c116 .cpu_boot = cpu_psci_cpu_boot,
Dacpi_parking_protocol.c129 .cpu_boot = acpi_parking_protocol_cpu_boot,
Dsmp.c97 if (cpu_ops[cpu]->cpu_boot) in boot_secondary()
98 return cpu_ops[cpu]->cpu_boot(cpu); in boot_secondary()
/arch/arm/mach-exynos/
Dpm.c271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
Dfirmware.c146 .cpu_boot = exynos_cpu_boot,
Dplatsmp.c384 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()