Searched refs:TOPO_PKG_DOMAIN (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| A D | topology.c | 242 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()
|
| A D | topology_common.c | 148 c->topo.pkg_id = topo_shift_apicid(apicid, TOPO_PKG_DOMAIN); in topo_set_ids() 152 c->topo.logical_pkg_id = topology_get_logical_id(apicid, TOPO_PKG_DOMAIN); in topo_set_ids() 157 c->topo.core_id = (apicid & topo_domain_mask(TOPO_PKG_DOMAIN)) >> in topo_set_ids()
|
| A D | debugfs.c | 59 [TOPO_PKG_DOMAIN] = "Package", in dom_debug_show()
|
| /linux/arch/x86/include/asm/ |
| A D | topology.h | 113 TOPO_PKG_DOMAIN, enumerator 191 return topology_get_logical_id(pkg << x86_topo_system.dom_shifts[TOPO_PKG_DOMAIN], in topology_phys_to_logical_pkg() 192 TOPO_PKG_DOMAIN); in topology_phys_to_logical_pkg()
|
| /linux/arch/x86/kernel/apic/ |
| A D | x2apic_uv_x.c | 246 unsigned int sid_shift = topology_get_domain_shift(TOPO_PKG_DOMAIN); in early_get_apic_socketid_shift()
|
Completed in 12 milliseconds