Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcpu.h200 CPU_SMT_FORCE_DISABLED, enumerator
/Linux-v5.4/kernel/
Dcpu.c400 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
444 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2148 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2152 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2168 case CPU_SMT_FORCE_DISABLED: in __store_smt_control()
2190 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/Linux-v5.4/arch/x86/power/
Dhibernate.c267 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/Linux-v5.4/arch/x86/kernel/cpu/
Dbugs.c586 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()