Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcpu_smt.h8 CPU_SMT_FORCE_DISABLED, enumerator
/linux-6.15/arch/x86/power/
H A Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/linux-6.15/kernel/
H A Dcpu.c617 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
700 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2915 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2928 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2948 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2971 [CPU_SMT_FORCE_DISABLED] = "forceoff",