Searched refs:topology_is_primary_thread (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtopology.h215 * topology_is_primary_thread - Check whether CPU is the primary SMT thread
218 static inline bool topology_is_primary_thread(unsigned int cpu) function
226 static inline bool topology_is_primary_thread(unsigned int cpu) { return true; } function
/linux-master/arch/powerpc/include/asm/
H A Dtopology.h150 static inline bool topology_is_primary_thread(unsigned int cpu) function
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c663 if (topology_is_primary_thread(cpu) || !allow_smt_offline) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c402 if (!topology_is_primary_thread(cpu)) {
/linux-master/kernel/
H A Dcpu.c674 if (topology_is_primary_thread(cpu))
2695 if (topology_is_primary_thread(cpu))

Completed in 119 milliseconds