Searched refs:cpu_ops_t (Results 1 – 5 of 5) sorted by relevance
37 struct cpu_ops_t *cpu_ops_tbl[RT_CPUS_NR];153 static int _cpus_init_data_hardcoded(int num_cpus, rt_uint64_t *cpu_hw_ids, struct cpu_ops_t *cpu_o… in _cpus_init_data_hardcoded()172 static int _cpus_init(int num_cpus, rt_uint64_t *cpu_hw_ids, struct cpu_ops_t *cpu_ops[]) in _cpus_init()219 int rt_hw_cpu_boot_secondary(int num_cpus, rt_uint64_t *cpu_hw_ids, struct cpu_ops_t *cpu_ops[]) in rt_hw_cpu_boot_secondary()
35 struct cpu_ops_t cpu_psci_ops =
44 extern struct cpu_ops_t cpu_psci_ops;45 extern struct cpu_ops_t cpu_spin_table_ops;55 static struct cpu_ops_t *cpu_ops[] =176 struct cpu_ops_t *ops = cpu_ops[idx]; in cpu_info_init()353 struct cpu_ops_t *ops = cpu_ops[idx]; in rt_hw_secondary_cpu_up()
59 struct cpu_ops_t cpu_spin_table_ops =
23 struct cpu_ops_t struct
Completed in 5 milliseconds