Lines Matching refs:vpe_id
218 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
245 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
301 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
303 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
322 boot_core(core, vpe_id); in cps_boot_secondary()
327 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
357 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
431 unsigned int cpu, core, vpe_id; in play_dead() local
460 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in play_dead()
462 pr_debug("Halting core %d VP%d\n", core, vpe_id); in play_dead()
468 write_cpc_cl_vp_stop(1 << vpe_id); in play_dead()
486 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() local
492 settc(vpe_id); in wait_for_sibling_halt()
501 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cpu_die() local
575 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
578 } while (stat & (1 << vpe_id)); in cps_cpu_die()