Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dsmp-cps.c42 struct cluster_boot_config *mips_cps_cluster_bootcfg; variable
332 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 …]
H A Dpm-cps.c141 cluster_cfg = &mips_cps_cluster_bootcfg[cluster]; in cps_pm_enter_state()
H A Dcps-vec.S278 PTR_LA v0, mips_cps_cluster_bootcfg
/linux-6.15/arch/mips/include/asm/
H A Dsmp-cps.h30 extern struct cluster_boot_config *mips_cps_cluster_bootcfg;