Lines Matching refs:vpe_id
214 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
241 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
297 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
299 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
318 boot_core(core, vpe_id); in cps_boot_secondary()
323 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
353 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
406 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local
412 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
414 pr_debug("Halting core %d VP%d\n", core, vpe_id); in cps_shutdown_this_cpu()
420 write_cpc_cl_vp_stop(1 << vpe_id); in cps_shutdown_this_cpu()
509 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() local
515 settc(vpe_id); in wait_for_sibling_halt()
524 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cpu_die() local
598 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
601 } while (stat & (1 << vpe_id)); in cps_cpu_die()