Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dsmp.c81 bool has_big_cores __ro_after_init;
95 EXPORT_SYMBOL_GPL(has_big_cores);
1077 has_big_cores = true; in init_big_cores()
1141 if (has_big_cores) { in smp_prepare_cpus()
1417 if (has_big_cores) in update_mask_by_l2()
1495 if (has_big_cores) in remove_cpu_from_masks()
1513 if (!has_big_cores) in add_cpu_to_smallcore_masks()
1668 if (has_big_cores) in start_secondary()
1697 if (is_shared_processor() && has_big_cores) in build_sched_topology()
1701 if (has_big_cores) { in build_sched_topology()
[all...]
H A Dcacheinfo.c465 if (has_big_cores && level == 1) in get_group_id()
/linux/arch/powerpc/include/asm/
H A Dsmp.h136 extern bool has_big_cores;
144 if (has_big_cores) in cpu_smt_mask()
H A Dcputhreads.h31 #define has_big_cores 0 macro