Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dtopology.h120 static inline int topology_max_smt_threads(void) in topology_max_smt_threads() function
134 static inline int topology_max_smt_threads(void) { return 1; } in topology_max_smt_threads() function
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c1348 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
/Linux-v4.19/kernel/
Dcpu.c2126 bool active = topology_max_smt_threads() > 1; in show_smt_active()
/Linux-v4.19/arch/x86/events/
Dcore.c1686 topology_max_smt_threads() > 1 ? in events_ht_sysfs_show()
/Linux-v4.19/arch/x86/events/intel/
Dcore.c4453 if (topology_max_smt_threads() > 1) { in fixup_ht_bug()