Searched refs:mips_cps_cluster_bootcfg (Results 1 – 4 of 4) sorted by relevance
42 struct cluster_boot_config *mips_cps_cluster_bootcfg; variable332 mips_cps_cluster_bootcfg = kcalloc(nclusters, in cps_prepare_cpus()333 sizeof(*mips_cps_cluster_bootcfg), in cps_prepare_cpus()335 if (!mips_cps_cluster_bootcfg) in cps_prepare_cpus()350 mips_cps_cluster_bootcfg[cl].core_power = in cps_prepare_cpus()353 if (!mips_cps_cluster_bootcfg[cl].core_power) in cps_prepare_cpus()378 if (mips_cps_cluster_bootcfg) { in cps_prepare_cpus()388 kfree(mips_cps_cluster_bootcfg); in cps_prepare_cpus()389 mips_cps_cluster_bootcfg = NULL; in cps_prepare_cpus()598 &mips_cps_cluster_bootcfg[cluster]; in remote_vpe_boot()[all …]
141 cluster_cfg = &mips_cps_cluster_bootcfg[cluster]; in cps_pm_enter_state()
278 PTR_LA v0, mips_cps_cluster_bootcfg
30 extern struct cluster_boot_config *mips_cps_cluster_bootcfg;