Home
last modified time | relevance | path

Searched refs:cpu_die_id (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dhygon.c77 c->cpu_die_id = ecx & 0xff; in hygon_get_topology()
100 c->cpu_die_id = value & 7; in hygon_get_topology()
102 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in hygon_get_topology()
125 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in hygon_detect_cmp()
H A Damd.c342 c->cpu_die_id = ecx & 0xff; in amd_get_topology()
368 c->cpu_die_id = value & 7; in amd_get_topology()
370 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in amd_get_topology()
395 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in amd_detect_cmp()
H A Dtopology.c152 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
H A Dcacheinfo.c660 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in cacheinfo_amd_init_llc_id()
H A Dcommon.c1605 BUG_ON(topology_update_die_map(c->cpu_die_id, cpu)); in validate_apic_and_package_id()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c317 if (c->initialized && c->cpu_die_id == die_id && in topology_phys_to_logical_die()
380 topology_update_die_map(c->cpu_die_id, id); in smp_store_boot_cpu_info()
435 c->cpu_die_id == o->cpu_die_id && in match_smt()
447 c->cpu_die_id == o->cpu_die_id && in match_smt()
458 c->cpu_die_id == o->cpu_die_id) in match_die()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtopology.h110 #define topology_die_id(cpu) (cpu_data(cpu).cpu_die_id)
H A Dprocessor.h135 u16 cpu_die_id; member
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dtopology.rst58 - cpuinfo_x86.cpu_die_id:
68 packages within a socket. This value may differ from cpu_die_id.
/OK3568_Linux_fs/kernel/drivers/powercap/
H A Dintel_rapl_common.c1324 "package-%d-die-%d", c->phys_proc_id, c->cpu_die_id); in rapl_add_package()