Searched refs:cpu_boot (Results 1 – 4 of 4) sorted by relevance
38 .cpu_boot = psci_cpu_boot,
63 .cpu_boot = spin_table_cpu_boot,
355 if (ops->method && !rt_strcmp(ops->method, enable_method) && ops->cpu_boot) in rt_hw_secondary_cpu_up()357 err = ops->cpu_boot(i, entry); in rt_hw_secondary_cpu_up()
27 int (*cpu_boot)(rt_uint32_t id, rt_uint64_t entry); member
Completed in 5 milliseconds