Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology.c71 #define domain_weight(_dom) bitmap_weight(apic_maps[_dom].map, MAX_LOCAL_APIC) macro
495 cnta = domain_weight(TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
506 cntb = domain_weight(TOPO_DIE_DOMAIN); in topology_init_possible_cpus()
512 cnta = domain_weight(TOPO_CORE_DOMAIN); in topology_init_possible_cpus()
513 cntb = domain_weight(TOPO_SMT_DOMAIN); in topology_init_possible_cpus()