Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c380 cl = cpu_cluster(&current_cpu_data); in cps_prepare_cpus()
478 if ((cluster != cpu_cluster(&current_cpu_data)) && in boot_core()
506 if (cluster != cpu_cluster(&current_cpu_data)) { in boot_core()
608 unsigned int cluster = cpu_cluster(&current_cpu_data); in remote_vpe_boot()
619 unsigned int cluster = cpu_cluster(&cpu_data[cpu]); in cps_boot_secondary()
788 cluster_cfg = &mips_cps_cluster_bootcfg[cpu_cluster(&current_cpu_data)]; in cps_cpu_disable()
855 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()
/linux/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()
389 old_cl = cpu_cluster(&cpu_data[old_cpu]); in gic_set_affinity()
390 cl = cpu_cluster(&cpu_data[cpu]); in gic_set_affinity()
993 if (cl == cpu_cluster(&current_cpu_data)) { in gic_of_init()
/linux/arch/mips/include/asm/
H A Dcpu-info.h150 static inline unsigned int cpu_cluster(struct cpuinfo_mips *cpuinfo) in cpu_cluster() function