Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c471 struct cluster_boot_config *cluster_cfg; in boot_core() local
475 cluster_cfg = &mips_cps_cluster_bootcfg[cluster]; in boot_core()
479 bitmap_empty(cluster_cfg->core_power, ncores)) { in boot_core()
593 bitmap_set(cluster_cfg->core_power, core, 1); in boot_core()
610 struct cluster_boot_config *cluster_cfg = in remote_vpe_boot() local
612 struct core_boot_config *core_cfg = &cluster_cfg->core_config[core]; in remote_vpe_boot()
622 struct cluster_boot_config *cluster_cfg = in cps_boot_secondary() local
624 struct core_boot_config *core_cfg = &cluster_cfg->core_config[core]; in cps_boot_secondary()
637 if (!test_bit(core, cluster_cfg->core_power)) { in cps_boot_secondary()
782 struct cluster_boot_config *cluster_cfg; in cps_cpu_disable() local
[all …]