Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c78 bool has_big_cores; variable
90 EXPORT_SYMBOL_GPL(has_big_cores);
988 has_big_cores = true; in init_big_cores()
1040 if (has_big_cores) { in smp_prepare_cpus()
1295 if (has_big_cores) in update_mask_by_l2()
1349 if (has_big_cores) in remove_cpu_from_masks()
1367 if (!has_big_cores) in add_cpu_to_smallcore_masks()
1508 if (has_big_cores) in start_secondary()
1543 if (has_big_cores) { in fixup_topology()
H A Dcacheinfo.c678 if (has_big_cores) { in show_shared_cpumap()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmp.h141 extern bool has_big_cores;
147 if (has_big_cores) in cpu_smt_mask()
H A Dcputhreads.h31 #define has_big_cores 0 macro