Home
last modified time | relevance | path

Searched refs:opt_smt (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/
A Dspec_ctrl.c95 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()
A Dsysctl.c91 if ( !ret && !opt_smt && in cpu_up_helper()
121 opt_smt = up; in smt_up_down_helper()
A Dsetup.c66 int8_t __read_mostly opt_smt = -1; variable
67 boolean_param("smt", opt_smt);
1856 (!opt_smt && in __start_xen()
/xen/xen/include/asm-x86/
A Dsetup.h58 extern int8_t opt_smt;

Completed in 10 milliseconds