Searched refs:cpu_boot (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | cpu_ops.h | 23 * @cpu_boot: Boots a cpu into the kernel. 44 int (*cpu_boot)(unsigned int); member
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | firmware.h | 40 int (*cpu_boot)(int cpu); member
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cpu_ops.h | 23 * @cpu_boot: Boots a cpu into the kernel. 39 int (*cpu_boot)(unsigned int); member
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | firmware.h | 40 int (*cpu_boot)(int cpu); member
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | acpi_parking_protocol.c | 130 .cpu_boot = acpi_parking_protocol_cpu_boot,
|
H A D | smp_spin_table.c | 125 .cpu_boot = smp_spin_table_cpu_boot,
|
H A D | psci.c | 116 .cpu_boot = cpu_psci_cpu_boot,
|
H A D | smp.c | 105 if (ops->cpu_boot) in boot_secondary() 106 return ops->cpu_boot(cpu); in boot_secondary()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | psci.c | 116 .cpu_boot = cpu_psci_cpu_boot,
|
H A D | acpi_parking_protocol.c | 130 .cpu_boot = acpi_parking_protocol_cpu_boot,
|
H A D | smp_spin_table.c | 126 .cpu_boot = smp_spin_table_cpu_boot,
|
H A D | smp.c | 104 if (ops->cpu_boot) in boot_secondary() 105 return ops->cpu_boot(cpu); in boot_secondary()
|
/kernel/linux/linux-5.10/arch/arm/mach-exynos/ |
H A D | pm.c | 271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
|
H A D | firmware.c | 146 .cpu_boot = exynos_cpu_boot,
|
H A D | platsmp.c | 382 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()
|
/kernel/linux/linux-6.6/arch/arm/mach-exynos/ |
H A D | pm.c | 271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
|
H A D | firmware.c | 154 .cpu_boot = exynos_cpu_boot,
|
H A D | platsmp.c | 380 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()
|
Completed in 8 milliseconds