Lines Matching refs:vpe_id
215 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
242 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
298 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
300 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
319 boot_core(core, vpe_id); in cps_boot_secondary()
324 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
354 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
407 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local
413 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
415 pr_debug("Halting core %d VP%d\n", core, vpe_id); in cps_shutdown_this_cpu()
421 write_cpc_cl_vp_stop(1 << vpe_id); in cps_shutdown_this_cpu()
508 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() local
514 settc(vpe_id); in wait_for_sibling_halt()
523 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cpu_die() local
597 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
600 } while (stat & (1 << vpe_id)); in cps_cpu_die()