Searched refs:ctrlval (Results 1 – 1 of 1) sorted by relevance
2231 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument2261 cpu_smt_control = ctrlval; in cpuhp_smt_disable()2434 int ctrlval, ret; in _store_smt_control() local2437 ctrlval = CPU_SMT_ENABLED; in _store_smt_control()2439 ctrlval = CPU_SMT_DISABLED; in _store_smt_control()2441 ctrlval = CPU_SMT_FORCE_DISABLED; in _store_smt_control()2459 if (ctrlval != cpu_smt_control) { in _store_smt_control()2460 switch (ctrlval) { in _store_smt_control()2466 ret = cpuhp_smt_disable(ctrlval); in _store_smt_control()