Lines Matching refs:cpu_data
195 cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy; in smp_callin()
292 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg()
308 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()
311 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die()
341 cpu_data(cpu).logical_proc_id = new; in topology_update_package_map()
364 cpu_data(cpu).logical_die_id = new; in topology_update_die_map()
371 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info()
386 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
608 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
625 o = &cpu_data(i); in set_cpu_sibling_map()
648 cpu_data(i).smt_active = threads > 1; in set_cpu_sibling_map()
655 o = &cpu_data(i); in set_cpu_sibling_map()
676 cpu_data(i).booted_cores++; in set_cpu_sibling_map()
678 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()
704 bogosum += cpu_data(cpu).loops_per_jiffy; in impress_friends()
1348 c = &cpu_data(i); in smp_cpu_index_default()
1427 print_cpu_info(&cpu_data(0)); in native_smp_prepare_cpus()
1471 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
1603 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()
1611 cpu_data(sibling).booted_cores--; in remove_siblinginfo()
1620 cpu_data(sibling).smt_active = false; in remove_siblinginfo()