Lines Matching refs:ctrlval
2667 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument
2679 if (ctrlval == CPU_SMT_ENABLED && cpu_smt_thread_allowed(cpu)) in cpuhp_smt_disable()
2700 cpu_smt_control = ctrlval; in cpuhp_smt_disable()
2912 int ctrlval, ret, num_threads, orig_threads; in __store_smt_control() local
2922 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()
2925 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()
2928 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2932 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()
2934 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()
2948 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2953 ret = cpuhp_smt_disable(ctrlval); in __store_smt_control()