Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtopology.h130 static inline int topology_max_smt_threads(void) in topology_max_smt_threads() function
151 static inline int topology_max_smt_threads(void) { return 1; } in topology_max_smt_threads() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1411 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c1815 topology_max_smt_threads() > 1 ? in events_ht_sysfs_show()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c5646 if (topology_max_smt_threads() > 1) { in fixup_ht_bug()