Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp-cps.c88 set_cpu_possible(v, cpu_cluster(&cpu_data[v]) == 0); in cps_smp_setup()
89 set_cpu_present(v, cpu_cluster(&cpu_data[v]) == 0); in cps_smp_setup()
305 if (cpu_cluster(&cpu_data[cpu]) != cpu_cluster(&raw_current_cpu_data)) in cps_boot_secondary()
H A Dcacheinfo.c65 int cluster = cpu_cluster(&cpu_data[cpu]); in fill_cpumask_cluster()
68 if (cpu_cluster(&cpu_data[cpu1]) == cluster) in fill_cpumask_cluster()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3399.h112 enum cpu_cluster { enum
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-info.h151 static inline unsigned int cpu_cluster(struct cpuinfo_mips *cpuinfo) in cpu_cluster() function
H A Dmips-cm.h456 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3399.c511 enum cpu_cluster cluster) in rk3399_configure_cpu()