Home
last modified time | relevance | path

Searched refs:TOPO_PKG_DOMAIN (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtopology.h113 TOPO_PKG_DOMAIN, enumerator
207 return topology_get_logical_id(pkg << x86_topo_system.dom_shifts[TOPO_PKG_DOMAIN], in topology_phys_to_logical_pkg()
208 TOPO_PKG_DOMAIN); in topology_phys_to_logical_pkg()
/linux/arch/x86/kernel/cpu/
H A Dtopology.c495 cnta = domain_weight(TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
522 __num_cores_per_package = topology_unit_count(firstid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
524 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c246 unsigned int sid_shift = topology_get_domain_shift(TOPO_PKG_DOMAIN); in early_get_apic_socketid_shift()