Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology_ext.c30 [SMT_TYPE] = TOPO_SMT_DOMAIN,
39 [SMT_TYPE] = TOPO_SMT_DOMAIN,
121 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.c90 if (dom == TOPO_SMT_DOMAIN) in topo_apicid()
247 for (dom = TOPO_SMT_DOMAIN; dom < TOPO_MAX_DOMAIN; dom++) in topo_register_apic()
384 if (!test_bit(apic_id, apic_maps[TOPO_SMT_DOMAIN].map)) in topology_hotplug_apic()
513 cntb = domain_weight(TOPO_SMT_DOMAIN); in topology_init_possible_cpus()
521 firstid = find_first_bit(apic_maps[TOPO_SMT_DOMAIN].map, MAX_LOCAL_APIC); in topology_init_possible_cpus()
524 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
536 apicid = find_next_andnot_bit(apic_maps[TOPO_SMT_DOMAIN].map, phys_cpu_present_map, in topology_init_possible_cpus()
H A Dtopology.h28 if (dom == TOPO_SMT_DOMAIN) in topo_shift_apicid()
35 if (dom != TOPO_SMT_DOMAIN) in topo_relative_domain_id()
H A Dtopology_amd.c42 topology_update_dom(tscan, TOPO_SMT_DOMAIN, 0, 1); in parse_8000_0008()
100 topology_update_dom(tscan, TOPO_SMT_DOMAIN, in parse_8000_001e()
/linux/arch/x86/include/asm/
H A Dtopology.h107 TOPO_SMT_DOMAIN, enumerator
137 return dom == TOPO_SMT_DOMAIN ? 0 : x86_topo_system.dom_shifts[dom - 1]; in topology_get_domain_shift()