Lines Matching refs:cpu_data
203 cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy; in smp_callin()
300 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg()
316 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()
319 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die()
349 cpu_data(cpu).logical_proc_id = new; in topology_update_package_map()
372 cpu_data(cpu).logical_die_id = new; in topology_update_die_map()
379 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info()
394 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
578 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
594 o = &cpu_data(i); in set_cpu_sibling_map()
614 cpu_data(i).smt_active = threads > 1; in set_cpu_sibling_map()
621 o = &cpu_data(i); in set_cpu_sibling_map()
642 cpu_data(i).booted_cores++; in set_cpu_sibling_map()
644 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()
665 bogosum += cpu_data(cpu).loops_per_jiffy; in impress_friends()
1301 c = &cpu_data(i); in smp_cpu_index_default()
1374 print_cpu_info(&cpu_data(0)); in native_smp_prepare_cpus()
1416 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
1545 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()
1553 cpu_data(sibling).booted_cores--; in remove_siblinginfo()
1562 cpu_data(sibling).smt_active = false; in remove_siblinginfo()