Home
last modified time | relevance | path

Searched refs:pkg_id (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kernel/
A Dsmpboot.c349 if (c->topo.pkg_id == o->topo.pkg_id && in match_smt()
362 } else if (c->topo.pkg_id == o->topo.pkg_id && in match_smt()
373 if (c->topo.pkg_id != o->topo.pkg_id || c->topo.die_id != o->topo.die_id) in match_die()
404 if (c->topo.pkg_id == o->topo.pkg_id) in match_pkg()
/arch/x86/kernel/cpu/
A Ddebugfs.c21 seq_printf(m, "pkg_id: %u\n", c->topo.pkg_id); in cpu_debug_show()
A Dproc.c23 seq_printf(m, "physical id\t: %d\n", c->topo.pkg_id); in show_cpuinfo_core()
A Dtopology_common.c182 c->topo.pkg_id = topo_shift_apicid(apicid, TOPO_PKG_DOMAIN); in topo_set_ids()
A Dcacheinfo.c370 c->topo.llc_id = c->topo.pkg_id; in intel_cacheinfo_done()
/arch/x86/kernel/apic/
A Dapic_numachip.c158 c->topo.pkg_id = node / nodes; in fixup_cpu_id()
/arch/x86/include/asm/
A Dtopology.h144 #define topology_physical_package_id(cpu) (cpu_data(cpu).topo.pkg_id)
A Dprocessor.h82 u32 pkg_id; member

Completed in 14 milliseconds