Searched refs:CPU_SMT_FORCE_DISABLED (Results 1 – 3 of 3) sorted by relevance
8 CPU_SMT_FORCE_DISABLED, enumerator
314 if (old != CPU_SMT_DISABLED && old != CPU_SMT_FORCE_DISABLED) in arch_cpu_rescan_dead_smt_siblings()
618 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()701 return cpu_smt_control != CPU_SMT_FORCE_DISABLED && in cpu_smt_possible()2908 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()2921 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()2941 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()2964 [CPU_SMT_FORCE_DISABLED] = "forceoff",