Searched refs:cpu_die_id (Results 1 – 8 of 8) sorted by relevance
76 c->cpu_die_id = ecx & 0xff; in hygon_get_topology()103 c->cpu_die_id = value & 7; in hygon_get_topology()105 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in hygon_get_topology()128 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in hygon_detect_cmp()
143 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
419 c->cpu_die_id = ecx & 0xff; in amd_get_topology()445 c->cpu_die_id = value & 7; in amd_get_topology()447 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in amd_get_topology()472 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in amd_detect_cmp()
660 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in cacheinfo_amd_init_llc_id()
1598 BUG_ON(topology_update_die_map(c->cpu_die_id, cpu)); in validate_apic_and_package_id()
336 if (c->initialized && c->cpu_die_id == die_id && in topology_phys_to_logical_die()399 topology_update_die_map(c->cpu_die_id, id); in smp_store_boot_cpu_info()454 c->cpu_die_id == o->cpu_die_id && in match_smt()466 c->cpu_die_id == o->cpu_die_id && in match_smt()532 (c->cpu_die_id == o->cpu_die_id)) in match_die()
110 #define topology_die_id(cpu) (cpu_data(cpu).cpu_die_id)
121 u16 cpu_die_id; member