Searched refs:TOPO_SMT_DOMAIN (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| A D | topology_ext.c | 30 [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()
|
| A D | topology_common.c | 68 topology_set_dom(tscan, TOPO_SMT_DOMAIN, smt_shift, 1U << smt_shift); in parse_legacy() 78 topology_set_dom(tscan, TOPO_SMT_DOMAIN, 0, 1); in fake_topology() 158 x86_topo_system.dom_shifts[TOPO_SMT_DOMAIN]; in topo_set_ids() 185 for (dom = TOPO_SMT_DOMAIN; dom < TOPO_MAX_DOMAIN; dom++) { in cpu_parse_topology() 205 dom = TOPO_SMT_DOMAIN; in cpu_init_topology()
|
| A D | topology.c | 93 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()
|
| A D | topology.h | 28 if (dom == TOPO_SMT_DOMAIN) in topo_shift_apicid() 35 if (dom != TOPO_SMT_DOMAIN) in topo_relative_domain_id()
|
| A D | topology_amd.c | 41 topology_update_dom(tscan, TOPO_SMT_DOMAIN, 0, 1); in parse_8000_0008() 96 topology_update_dom(tscan, TOPO_SMT_DOMAIN, get_count_order(nthreads), nthreads); in parse_8000_001e()
|
| A D | debugfs.c | 53 [TOPO_SMT_DOMAIN] = "Thread", in dom_debug_show()
|
| /linux/arch/x86/include/asm/ |
| A D | topology.h | 107 TOPO_SMT_DOMAIN, enumerator 131 return dom == TOPO_SMT_DOMAIN ? 0 : x86_topo_system.dom_shifts[dom - 1]; in topology_get_domain_shift()
|
Completed in 10 milliseconds