Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dmips-cm.c325 if (cluster != cpu_cluster(&current_cpu_data)) in mips_cm_lock_other()
537 local_cl = cpu_cluster(&current_cpu_data); in mips_cps_first_online_in_cluster()
549 if (cpu_cluster(&cpu_data[i]) != local_cl) in mips_cps_first_online_in_cluster()
558 if (cpu_cluster(&cpu_data[i]) != local_cl) in mips_cps_first_online_in_cluster()
H A Dsmp-cps.c368 cl = cpu_cluster(&current_cpu_data); in cps_prepare_cpus()
465 if ((cluster != cpu_cluster(&current_cpu_data)) && in boot_core()
493 if (cluster != cpu_cluster(&current_cpu_data)) { in boot_core()
595 unsigned int cluster = cpu_cluster(&current_cpu_data); in remote_vpe_boot()
606 unsigned int cluster = cpu_cluster(&cpu_data[cpu]); in cps_boot_secondary()
775 cluster_cfg = &mips_cps_cluster_bootcfg[cpu_cluster(&current_cpu_data)]; in cps_cpu_disable()
842 unsigned int cluster = cpu_cluster(&cpu_data[cpu]); in cps_cleanup_dead_cpu()
H A Dcacheinfo.c70 int cluster = cpu_cluster(&cpu_data[cpu]); in fill_cpumask_cluster()
73 if (cpu_cluster(&cpu_data[cpu1]) == cluster) in fill_cpumask_cluster()
H A Dpm-cps.c104 unsigned int cluster = cpu_cluster(&current_cpu_data); in cps_pm_enter_state()
/linux-6.15/arch/mips/include/asm/
H A Dmips-cps.h254 first_cl = cpu_cluster(&boot_cpu_data); in mips_cps_multicluster_cpus()
255 last_cl = cpu_cluster(&cpu_data[nr_cpu_ids - 1]); in mips_cps_multicluster_cpus()
H A Dcpu-info.h151 static inline unsigned int cpu_cluster(struct cpuinfo_mips *cpuinfo) in cpu_cluster() function
H A Dmips-cm.h515 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
/linux-6.15/drivers/irqchip/
H A Dirq-mips-gic.c141 cl = cpu_cluster(&cpu_data[cpu]); in gic_irq_lock_cluster()
142 if (cl == cpu_cluster(&current_cpu_data)) in gic_irq_lock_cluster()
385 old_cl = cpu_cluster(&cpu_data[old_cpu]); in gic_set_affinity()
386 cl = cpu_cluster(&cpu_data[cpu]); in gic_set_affinity()
988 if (cl == cpu_cluster(&current_cpu_data)) { in gic_of_init()