Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dtopology.c464 unsigned int cnta, cntb, cpu, allowed = 1; in topology_init_possible_cpus() local
500 cntb = domain_weight(TOPO_DIE_DOMAIN); in topology_init_possible_cpus()
502 __max_dies_per_package = 1U << (get_count_order(cntb) - get_count_order(cnta)); in topology_init_possible_cpus()
505 pr_info("Max. logical dies: %3u\n", cntb); in topology_init_possible_cpus()
509 cntb = domain_weight(TOPO_SMT_DOMAIN); in topology_init_possible_cpus()
514 __max_threads_per_core = DIV_ROUND_UP(cntb, cnta); in topology_init_possible_cpus()