Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c694 cpu_data(i).smt_active = threads > 1; in set_cpu_sibling_map()
1385 cpu_data(sibling).smt_active = false; in remove_siblinginfo()
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h158 bool smt_active; member
/openbmc/linux/drivers/idle/
H A Dintel_idle.c176 bool smt_active = sched_smt_active(); in intel_idle_ibrs() local
180 if (smt_active) in intel_idle_ibrs()
185 if (smt_active) in intel_idle_ibrs()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c363 if (this_cpu_read(cpu_info.smt_active)) { in l1d_flush_evaluate()