Lines Matching refs:cpu_data
62 cpu_data[nvpes + v].core = c; in cps_smp_setup()
64 cpu_data[nvpes + v].vpe_id = v; in cps_smp_setup()
128 if (cpu_data[c].core) in cps_prepare_cpus()
230 unsigned core = cpu_data[cpu].core; in cps_boot_secondary()
231 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary()
241 atomic_or(1 << cpu_vpe_id(&cpu_data[cpu]), &core_cfg->vpe_mask); in cps_boot_secondary()
254 if (cpu_data[remote].core != core) in cps_boot_secondary()
338 core = cpu_data[cpu].core; in play_dead()
342 if (cpu_data[cpu_death_sibling].core != core) in play_dead()
373 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt()
387 unsigned core = cpu_data[cpu].core; in cps_cpu_die()