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

/linux-4.4.14/arch/arm64/include/asm/
H A Dcpu_ops.h34 * @cpu_boot: Boots a cpu into the kernel.
53 int (*cpu_boot)(unsigned int); member in struct:cpu_operations
/linux-4.4.14/arch/arm/include/asm/
H A Dfirmware.h43 int (*cpu_boot)(int cpu); member in struct:firmware_ops
/linux-4.4.14/arch/arm64/kernel/
H A Dsmp_spin_table.c132 .cpu_boot = smp_spin_table_cpu_boot,
H A Dpsci.c216 .cpu_boot = cpu_psci_cpu_boot,
H A Dsmp.c81 if (cpu_ops[cpu]->cpu_boot) boot_secondary()
82 return cpu_ops[cpu]->cpu_boot(cpu); boot_secondary()
/linux-4.4.14/arch/arm/mach-exynos/
H A Dfirmware.c157 .cpu_boot = exynos_cpu_boot,
H A Dpm.c280 call_firmware_op(cpu_boot, 1); exynos_cpu0_enter_aftr()
H A Dplatsmp.c363 call_firmware_op(cpu_boot, core_id); exynos_boot_secondary()
/linux-4.4.14/kernel/trace/
H A Dftrace.c5755 /* The cpu_boot init_task->ret_stack will never be freed */ for_each_online_cpu()

Completed in 425 milliseconds