Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/power/
Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/linux-5.19.10/include/linux/
Dcpu.h211 CPU_SMT_FORCE_DISABLED, enumerator
/linux-5.19.10/kernel/
Dcpu.c425 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
469 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2463 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2467 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2483 case CPU_SMT_FORCE_DISABLED: in __store_smt_control()
2505 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/linux-5.19.10/arch/x86/kernel/cpu/
Dbugs.c1116 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()