Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/power/
Dhibernate.c267 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/Linux-v5.10/include/linux/
Dcpu.h207 CPU_SMT_FORCE_DISABLED, enumerator
/Linux-v5.10/kernel/
Dcpu.c401 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
445 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2289 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2293 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2309 case CPU_SMT_FORCE_DISABLED: in __store_smt_control()
2331 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/Linux-v5.10/arch/x86/kernel/cpu/
Dbugs.c713 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()