Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology.c242 u32 pkgid = topo_apicid(apic_id, TOPO_PKG_DOMAIN); in topo_register_apic()
249 topo_unit_count(pkgid, TOPO_PKG_DOMAIN, phys_cpu_present_map)) { in topo_register_apic()
499 cnta = domain_weight(TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
518 __num_cores_per_package = topology_unit_count(firstid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
520 __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()