Searched refs:has_big_cores (Results 1 – 4 of 4) sorted by relevance
80 bool has_big_cores; variable94 EXPORT_SYMBOL_GPL(has_big_cores);1073 has_big_cores = true; in init_big_cores()1137 if (has_big_cores) { in smp_prepare_cpus()1413 if (has_big_cores) in update_mask_by_l2()1491 if (has_big_cores) in remove_cpu_from_masks()1509 if (!has_big_cores) in add_cpu_to_smallcore_masks()1662 if (has_big_cores) in start_secondary()1690 if (has_big_cores) { in fixup_topology()
465 if (has_big_cores && level == 1) in get_group_id()
135 extern bool has_big_cores;143 if (has_big_cores) in cpu_smt_mask()
31 #define has_big_cores 0 macro