Lines Matching refs:cpu_data
205 cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy; in smp_callin()
302 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg()
318 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()
321 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die()
351 cpu_data(cpu).logical_proc_id = new; in topology_update_package_map()
374 cpu_data(cpu).logical_die_id = new; in topology_update_die_map()
381 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info()
396 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
618 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
635 o = &cpu_data(i); in set_cpu_sibling_map()
658 cpu_data(i).smt_active = threads > 1; in set_cpu_sibling_map()
665 o = &cpu_data(i); in set_cpu_sibling_map()
686 cpu_data(i).booted_cores++; in set_cpu_sibling_map()
688 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()
714 bogosum += cpu_data(cpu).loops_per_jiffy; in impress_friends()
1350 c = &cpu_data(i); in smp_cpu_index_default()
1430 print_cpu_info(&cpu_data(0)); in native_smp_prepare_cpus()
1472 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
1604 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()
1612 cpu_data(sibling).booted_cores--; in remove_siblinginfo()
1621 cpu_data(sibling).smt_active = false; in remove_siblinginfo()