Lines Matching refs:cpu_data
214 cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy; in smp_callin()
311 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg()
327 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()
330 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die()
360 cpu_data(cpu).logical_proc_id = new; in topology_update_package_map()
383 cpu_data(cpu).logical_die_id = new; in topology_update_die_map()
390 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info()
405 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
589 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
605 o = &cpu_data(i); in set_cpu_sibling_map()
625 cpu_data(i).smt_active = threads > 1; in set_cpu_sibling_map()
632 o = &cpu_data(i); in set_cpu_sibling_map()
653 cpu_data(i).booted_cores++; in set_cpu_sibling_map()
655 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()
676 bogosum += cpu_data(cpu).loops_per_jiffy; in impress_friends()
1312 c = &cpu_data(i); in smp_cpu_index_default()
1385 print_cpu_info(&cpu_data(0)); in native_smp_prepare_cpus()
1427 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
1556 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()
1564 cpu_data(sibling).booted_cores--; in remove_siblinginfo()
1573 cpu_data(sibling).smt_active = false; in remove_siblinginfo()