Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dcpu_smt.h8 CPU_SMT_FORCE_DISABLED, enumerator
/linux-6.14.4/arch/x86/power/
Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/linux-6.14.4/kernel/
Dcpu.c616 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
699 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2914 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2927 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2947 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2970 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/linux-6.14.4/arch/x86/kernel/cpu/
Dbugs.c1340 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()