Home
last modified time | relevance | path

Searched refs:CPU_SMT_FORCE_DISABLED (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dcpu.h176 CPU_SMT_FORCE_DISABLED, enumerator
/Linux-v4.19/kernel/
Dcpu.c357 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in cpu_smt_disable()
363 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
2001 [CPU_SMT_FORCE_DISABLED] = "forceoff",
2092 ctrlval = CPU_SMT_FORCE_DISABLED; in store_smt_control()
2096 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in store_smt_control()
2112 case CPU_SMT_FORCE_DISABLED: in store_smt_control()