Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dtopology.c70 #define domain_weight(_dom) bitmap_weight(apic_maps[_dom].map, MAX_LOCAL_APIC) macro
499 cnta = domain_weight(TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
500 cntb = domain_weight(TOPO_DIE_DOMAIN); in topology_init_possible_cpus()
508 cnta = domain_weight(TOPO_CORE_DOMAIN); in topology_init_possible_cpus()
509 cntb = domain_weight(TOPO_SMT_DOMAIN); in topology_init_possible_cpus()