Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c42 struct cluster_boot_config *mips_cps_cluster_bootcfg; variable
344 mips_cps_cluster_bootcfg = kzalloc_objs(*mips_cps_cluster_bootcfg, in cps_prepare_cpus()
346 if (!mips_cps_cluster_bootcfg) in cps_prepare_cpus()
358 mips_cps_cluster_bootcfg[cl].core_config = core_bootcfg; in cps_prepare_cpus()
360 mips_cps_cluster_bootcfg[cl].core_power = in cps_prepare_cpus()
363 if (!mips_cps_cluster_bootcfg[cl].core_power) in cps_prepare_cpus()
373 cpumask_set_cpu(nvpe++, &mips_cps_cluster_bootcfg[cl].cpumask); in cps_prepare_cpus()
382 cluster_bootcfg = &mips_cps_cluster_bootcfg[cl]; in cps_prepare_cpus()
391 if (mips_cps_cluster_bootcfg) { in cps_prepare_cpus()
393 cluster_bootcfg = &mips_cps_cluster_bootcfg[cl]; in cps_prepare_cpus()
[all …]
/linux/arch/mips/include/asm/
H A Dsmp-cps.h31 extern struct cluster_boot_config *mips_cps_cluster_bootcfg;