Home
last modified time | relevance | path

Searched refs:core_cfg (Results 1 – 2 of 2) sorted by relevance

/arch/mips/kernel/
Dsmp-cps.c283 struct core_boot_config *core_cfg = &mips_cps_core_bootcfg[core]; in remote_vpe_boot() local
285 mips_cps_boot_vpes(core_cfg, cpu_vpe_id(&current_cpu_data)); in remote_vpe_boot()
292 struct core_boot_config *core_cfg = &mips_cps_core_bootcfg[core]; in cps_boot_secondary() local
293 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
302 atomic_or(1 << cpu_vpe_id(&cpu_data[cpu]), &core_cfg->vpe_mask); in cps_boot_secondary()
339 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
383 struct core_boot_config *core_cfg; in cps_cpu_disable() local
391 core_cfg = &mips_cps_core_bootcfg[current_cpu_data.core]; in cps_cpu_disable()
392 atomic_sub(1 << cpu_vpe_id(&current_cpu_data), &core_cfg->vpe_mask); in cps_cpu_disable()
Dpm-cps.c127 struct core_boot_config *core_cfg; in cps_pm_enter_state() local
155 core_cfg = &mips_cps_core_bootcfg[core]; in cps_pm_enter_state()
156 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(&current_cpu_data)]; in cps_pm_enter_state()