Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dcputhreads.h26 extern bool has_big_cores;
32 #define has_big_cores 0 macro
/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c76 bool has_big_cores; variable
86 EXPORT_SYMBOL_GPL(has_big_cores);
836 has_big_cores = true; in init_big_cores()
879 if (has_big_cores) { in smp_prepare_cpus()
1166 if (has_big_cores) in remove_cpu_from_masks()
1177 if (!has_big_cores) in add_cpu_to_smallcore_masks()
1260 if (has_big_cores) in start_secondary()
1370 if (has_big_cores) { in smp_cpus_done()
Dcacheinfo.c660 if (has_big_cores) { in shared_cpu_map_show()