Searched refs:opt_smt (Results 1 – 4 of 4) sorted by relevance
95 if ( opt_smt < 0 ) in parse_spec_ctrl()96 opt_smt = 1; in parse_spec_ctrl()1074 if ( opt_smt == -1 && cpu_has_bug_l1tf && !pv_shim && hw_smt_enabled ) in init_speculation_mitigations()1115 if ( opt_smt == -1 && cpu_has_bug_mds && hw_smt_enabled ) in init_speculation_mitigations()1158 ((hw_smt_enabled && opt_smt) || in init_speculation_mitigations()
91 if ( !ret && !opt_smt && in cpu_up_helper()121 opt_smt = up; in smt_up_down_helper()
66 int8_t __read_mostly opt_smt = -1; variable67 boolean_param("smt", opt_smt);1856 (!opt_smt && in __start_xen()
58 extern int8_t opt_smt;
Completed in 10 milliseconds