Searched refs:pkg_id (Results 1 – 8 of 8) sorted by relevance
349 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()
21 seq_printf(m, "pkg_id: %u\n", c->topo.pkg_id); in cpu_debug_show()
23 seq_printf(m, "physical id\t: %d\n", c->topo.pkg_id); in show_cpuinfo_core()
182 c->topo.pkg_id = topo_shift_apicid(apicid, TOPO_PKG_DOMAIN); in topo_set_ids()
370 c->topo.llc_id = c->topo.pkg_id; in intel_cacheinfo_done()
158 c->topo.pkg_id = node / nodes; in fixup_cpu_id()
144 #define topology_physical_package_id(cpu) (cpu_data(cpu).topo.pkg_id)
82 u32 pkg_id; member
Completed in 14 milliseconds