Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dsmp-cps.c92 set_cpu_possible(v, cpu_cluster(&cpu_data[v]) == 0); in cps_smp_setup()
93 set_cpu_present(v, cpu_cluster(&cpu_data[v]) == 0); in cps_smp_setup()
309 if (cpu_cluster(&cpu_data[cpu]) != cpu_cluster(&raw_current_cpu_data)) in cps_boot_secondary()
/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h142 static inline unsigned int cpu_cluster(struct cpuinfo_mips *cpuinfo) in cpu_cluster() function
Dmips-cm.h460 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()