Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology_ext.c121 if (!tscan->dom_shifts[TOPO_SMT_DOMAIN] && tscan->dom_ncpus[TOPO_SMT_DOMAIN] > 1) { in parse_topology_leaf()
122 unsigned int sft = get_count_order(tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf()
125 leaf, tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf()
126 topology_update_dom(tscan, TOPO_SMT_DOMAIN, sft, tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf()
H A Dtopology.h8 unsigned int dom_ncpus[TOPO_MAX_DOMAIN]; member
53 tscan->dom_ncpus[dom] = ncpus; in topology_update_dom()
H A Dtopology_amd.c115 tscan->dom_ncpus[TOPO_CORE_DOMAIN]); in parse_8000_001e()
216 c->topo.core_id %= tscan->dom_ncpus[TOPO_CORE_DOMAIN] / tscan->amd_nodes_per_pkg; in cpu_topology_fixup_amd()
H A Dtopology_common.c26 tscan->dom_ncpus[dom] = tscan->dom_ncpus[dom - 1]; in topology_set_dom()