Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology_ext.c46 unsigned int *last_dom) in topo_subleaf() argument
87 dom = *last_dom + 1; in topo_subleaf()
90 *last_dom = dom; in topo_subleaf()
106 unsigned int last_dom; in parse_topology_leaf() local
110 for (subleaf = 0, last_dom = 0; topo_subleaf(tscan, leaf, subleaf, &last_dom); subleaf++); in parse_topology_leaf()