Searched refs:sft (Results 1 – 3 of 3) sorted by relevance
21 unsigned int sft; in parse_8000_0008() local29 sft = ecx.apicid_coreid_len; in parse_8000_0008()30 if (!sft) in parse_8000_0008()31 sft = get_count_order(ecx.cpu_nthreads + 1); in parse_8000_0008()43 topology_set_dom(tscan, TOPO_CORE_DOMAIN, sft, ecx.cpu_nthreads + 1); in parse_8000_0008()
122 unsigned int sft = get_count_order(tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf() local126 topology_update_dom(tscan, TOPO_SMT_DOMAIN, sft, tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf()
233 unsigned int dom, sft; in cpu_init_topology() local244 sft = x86_topo_system.dom_shifts[dom] - x86_topo_system.dom_shifts[dom - 1]; in cpu_init_topology()245 x86_topo_system.dom_size[dom] = 1U << sft; in cpu_init_topology()
Completed in 5 milliseconds