Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
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()
513 (c->cpu_die_id == o->cpu_die_id)) in match_die()
/Linux-v5.10/arch/x86/include/asm/
Dtopology.h110 #define topology_die_id(cpu) (cpu_data(cpu).cpu_die_id)
Dprocessor.h135 u16 cpu_die_id; member
/Linux-v5.10/arch/x86/kernel/cpu/
Dtopology.c142 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
Dcommon.c1491 BUG_ON(topology_update_die_map(c->cpu_die_id, cpu)); in validate_apic_and_package_id()
/Linux-v5.10/drivers/powercap/
Dintel_rapl_common.c1322 "package-%d-die-%d", c->phys_proc_id, c->cpu_die_id); in rapl_add_package()