Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dcpu_ops.h39 int (*cpu_boot)(unsigned int); member
/linux-6.3-rc2/Documentation/arm/
A Dfirmware.rst51 .cpu_boot = exynos_cpu_boot,
69 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)
/linux-6.3-rc2/arch/arm/include/asm/
A Dfirmware.h40 int (*cpu_boot)(int cpu); member
/linux-6.3-rc2/arch/arm64/kernel/
A Dsmp_spin_table.c126 .cpu_boot = smp_spin_table_cpu_boot,
A Dpsci.c116 .cpu_boot = cpu_psci_cpu_boot,
A Dacpi_parking_protocol.c130 .cpu_boot = acpi_parking_protocol_cpu_boot,
A Dsmp.c105 if (ops->cpu_boot) in boot_secondary()
106 return ops->cpu_boot(cpu); in boot_secondary()
/linux-6.3-rc2/arch/arm/mach-exynos/
A Dpm.c271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
A Dfirmware.c148 .cpu_boot = exynos_cpu_boot,
A Dplatsmp.c380 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()

Completed in 16 milliseconds