Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/power/
H A Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c411 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
455 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()
2663 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2667 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2683 case CPU_SMT_FORCE_DISABLED: in __store_smt_control()
2705 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpu.h216 CPU_SMT_FORCE_DISABLED, enumerator
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1079 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()