Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/power/
Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/Linux-v5.15/include/linux/
Dcpu.h206 CPU_SMT_FORCE_DISABLED, enumerator
/Linux-v5.15/kernel/
Dcpu.c423 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
467 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2434 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2438 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2454 case CPU_SMT_FORCE_DISABLED: in __store_smt_control()
2476 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/Linux-v5.15/arch/x86/kernel/cpu/
Dbugs.c750 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()