Lines Matching refs:ctrlval
2670 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument
2682 if (ctrlval == CPU_SMT_ENABLED && cpu_smt_thread_allowed(cpu)) in cpuhp_smt_disable()
2703 cpu_smt_control = ctrlval; in cpuhp_smt_disable()
2917 int ctrlval, ret, num_threads, orig_threads; in __store_smt_control() local
2927 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()
2930 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()
2933 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2937 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()
2939 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()
2953 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2958 ret = cpuhp_smt_disable(ctrlval); in __store_smt_control()