Searched refs:TOPO_PKG_DOMAIN (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtopology.h113 TOPO_PKG_DOMAIN, enumerator in enum:x86_topology_domains
191 return topology_get_logical_id(pkg << x86_topo_system.dom_shifts[TOPO_PKG_DOMAIN],
192 TOPO_PKG_DOMAIN);
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c195 u32 pkgid = topo_apicid(apic_id, TOPO_PKG_DOMAIN);
202 topo_unit_count(pkgid, TOPO_PKG_DOMAIN, phys_cpu_present_map)) {
301 * E.g. topology_count_units(apicid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN)
452 cnta = domain_weight(TOPO_PKG_DOMAIN);
471 __num_cores_per_package = topology_unit_count(firstid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN);
473 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN);
H A Dtopology_common.c148 c->topo.pkg_id = topo_shift_apicid(apicid, TOPO_PKG_DOMAIN);
152 c->topo.logical_pkg_id = topology_get_logical_id(apicid, TOPO_PKG_DOMAIN);
157 c->topo.core_id = (apicid & topo_domain_mask(TOPO_PKG_DOMAIN)) >>
H A Ddebugfs.c59 [TOPO_PKG_DOMAIN] = "Package",
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c246 unsigned int sid_shift = topology_get_domain_shift(TOPO_PKG_DOMAIN);

Completed in 116 milliseconds