Searched refs:cpu_die_id (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | hygon.c | 77 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 D | amd.c | 342 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 D | topology.c | 152 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
|
| H A D | cacheinfo.c | 660 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id; in cacheinfo_amd_init_llc_id()
|
| H A D | common.c | 1605 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 D | smpboot.c | 317 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 D | topology.h | 110 #define topology_die_id(cpu) (cpu_data(cpu).cpu_die_id)
|
| H A D | processor.h | 135 u16 cpu_die_id; member
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | topology.rst | 58 - 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 D | intel_rapl_common.c | 1324 "package-%d-die-%d", c->phys_proc_id, c->cpu_die_id); in rapl_add_package()
|