Searched refs:cpu_has_lmsl (Results 1 – 3 of 3) sorted by relevance
69 bool_t cpu_has_lmsl; variable1619 cpu_has_lmsl = 1; in _svm_cpu_up()1624 if ( cpu_has_lmsl ) in _svm_cpu_up()1626 cpu_has_lmsl = 0; in _svm_cpu_up()
234 extern bool_t cpu_has_lmsl;
913 if ( (value & EFER_LMSLE) && !cpu_has_lmsl ) in hvm_efer_valid()
Completed in 14 milliseconds