Home
last modified time | relevance | path

Searched refs:cpu_core_id (Results 1 – 7 of 7) sorted by relevance

/arch/x86/kernel/cpu/
Dtopology.c79 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, ht_mask_width) in detect_extended_topology()
94 c->cpu_core_id); in detect_extended_topology()
Dproc.c16 seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id); in show_cpuinfo_core()
Damd.c331 c->cpu_core_id %= cores_per_node; in amd_get_topology()
349 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in amd_detect_cmp()
Dcommon.c544 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht()
552 c->cpu_core_id); in detect_ht()
/arch/x86/include/asm/
Dtopology.h123 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
Dprocessor.h124 u16 cpu_core_id; member
/arch/x86/kernel/
Dsmpboot.c302 c->cpu_core_id == o->cpu_core_id) { in match_smt()
1292 c->cpu_core_id = 0; in remove_siblinginfo()