Lines Matching refs:cpu_data
64 cpu_data[nvpes + v].core = c; in cps_smp_setup()
66 cpu_data[nvpes + v].vpe_id = v; in cps_smp_setup()
130 if (cpu_data[c].core) in cps_prepare_cpus()
255 unsigned core = cpu_data[cpu].core; in cps_boot_secondary()
256 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary()
266 atomic_or(1 << cpu_vpe_id(&cpu_data[cpu]), &core_cfg->vpe_mask); in cps_boot_secondary()
279 if (cpu_data[remote].core != core) in cps_boot_secondary()
363 core = cpu_data[cpu].core; in play_dead()
367 if (cpu_data[cpu_death_sibling].core != core) in play_dead()
398 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt()
412 unsigned core = cpu_data[cpu].core; in cps_cpu_die()