Searched refs:ctrlval (Results 1 – 1 of 1) sorted by relevance
2444 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument2471 cpu_smt_control = ctrlval; in cpuhp_smt_disable()2657 int ctrlval, ret; in __store_smt_control() local2660 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()2662 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()2664 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()2678 if (ctrlval != cpu_smt_control) { in __store_smt_control()2679 switch (ctrlval) { in __store_smt_control()2685 ret = cpuhp_smt_disable(ctrlval); in __store_smt_control()