Home
last modified time | relevance | path

Searched refs:topology_smt_supported (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dtopology.h128 bool topology_smt_supported(void);
136 static inline bool topology_smt_supported(void) { return false; } in topology_smt_supported() function
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c286 bool topology_smt_supported(void) in topology_smt_supported() function
/Linux-v4.19/kernel/
Dcpu.c376 if (!topology_smt_supported()) in cpu_smt_check_topology_early()