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

/linux-master/arch/arm64/include/asm/
H A Dcpu_ops.h23 * @cpu_boot: Boots a cpu into the kernel.
39 int (*cpu_boot)(unsigned int); member in struct:cpu_operations
/linux-master/arch/arm/include/asm/
H A Dfirmware.h40 int (*cpu_boot)(int cpu); member in struct:firmware_ops
/linux-master/arch/arm64/kernel/
H A Dsmp_spin_table.c126 .cpu_boot = smp_spin_table_cpu_boot,
H A Dpsci.c116 .cpu_boot = cpu_psci_cpu_boot,
H A Dacpi_parking_protocol.c130 .cpu_boot = acpi_parking_protocol_cpu_boot,
H A Dsmp.c112 if (ops->cpu_boot)
113 return ops->cpu_boot(cpu);
/linux-master/arch/arm/mach-exynos/
H A Dpm.c271 call_firmware_op(cpu_boot, 1);
H A Dfirmware.c154 .cpu_boot = exynos_cpu_boot,
H A Dplatsmp.c380 call_firmware_op(cpu_boot, core_id);

Completed in 117 milliseconds