Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcpu_smt.h8 CPU_SMT_FORCE_DISABLED, enumerator
/openbmc/linux/arch/x86/power/
H A Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/openbmc/linux/kernel/
H A Dcpu.c607 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
690 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2945 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2958 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2978 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
3001 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1338 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()