Searched refs:cpu_die_id (Results 1 – 8 of 8) sorted by relevance
74 c->cpu_die_id = ecx & 0xff; in hygon_get_topology()101 c->cpu_die_id = value & 7; in hygon_get_topology()103 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in hygon_get_topology()126 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in hygon_detect_cmp()
153 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
417 c->cpu_die_id = ecx & 0xff; in amd_get_topology()443 c->cpu_die_id = value & 7; in amd_get_topology()445 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in amd_get_topology()470 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()
1640 BUG_ON(topology_update_die_map(c->cpu_die_id, cpu)); in validate_apic_and_package_id()
332 if (c->initialized && c->cpu_die_id == die_id && in topology_phys_to_logical_die()395 topology_update_die_map(c->cpu_die_id, id); in smp_store_boot_cpu_info()450 c->cpu_die_id == o->cpu_die_id && in match_smt()462 c->cpu_die_id == o->cpu_die_id && in match_smt()473 c->cpu_die_id == o->cpu_die_id) in match_die()
110 #define topology_die_id(cpu) (cpu_data(cpu).cpu_die_id)
135 u16 cpu_die_id; member