Searched refs:smt_active (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dprocessor.h157 bool smt_active; member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/
H A Dsmpboot.c596 cpu_data(i).smt_active = threads > 1;
1191 cpu_data(sibling).smt_active = false;
/linux-master/drivers/idle/
H A Dintel_idle.c175 bool smt_active = sched_smt_active(); local
179 if (smt_active)
184 if (smt_active)
/linux-master/arch/x86/mm/
H A Dtlb.c362 if (this_cpu_read(cpu_info.smt_active)) {

Completed in 111 milliseconds