Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
A Dtopology_amd.c21 unsigned int sft; in parse_8000_0008() local
29 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()
A Dtopology_ext.c122 unsigned int sft = get_count_order(tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf() local
126 topology_update_dom(tscan, TOPO_SMT_DOMAIN, sft, tscan->dom_ncpus[TOPO_SMT_DOMAIN]); in parse_topology_leaf()
A Dtopology_common.c233 unsigned int dom, sft; in cpu_init_topology() local
244 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