Searched refs:cpu_die_id (Results 1 – 8 of 8) sorted by relevance
77 c->cpu_die_id = ecx & 0xff; in hygon_get_topology()104 c->cpu_die_id = value & 7; in hygon_get_topology()106 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in hygon_get_topology()129 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()
418 c->cpu_die_id = ecx & 0xff; in amd_get_topology()444 c->cpu_die_id = value & 7; in amd_get_topology()446 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in amd_get_topology()471 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()
1633 BUG_ON(topology_update_die_map(c->cpu_die_id, cpu)); in validate_apic_and_package_id()
327 if (c->initialized && c->cpu_die_id == die_id && in topology_phys_to_logical_die()390 topology_update_die_map(c->cpu_die_id, id); in smp_store_boot_cpu_info()445 c->cpu_die_id == o->cpu_die_id && in match_smt()457 c->cpu_die_id == o->cpu_die_id && in match_smt()468 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