Home
last modified time | relevance | path

Searched refs:TOPO_SMT_DOMAIN (Results 1 – 3 of 3) 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.c93 if (dom == TOPO_SMT_DOMAIN) in topo_apicid()
264 for (dom = TOPO_SMT_DOMAIN; dom < TOPO_MAX_DOMAIN; dom++) in topo_register_apic()
388 if (!test_bit(apic_id, apic_maps[TOPO_SMT_DOMAIN].map)) in topology_hotplug_apic()
509 cntb = domain_weight(TOPO_SMT_DOMAIN); in topology_init_possible_cpus()
517 firstid = find_first_bit(apic_maps[TOPO_SMT_DOMAIN].map, MAX_LOCAL_APIC); in topology_init_possible_cpus()
520 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
532 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()