Searched refs:SVM_NESTED_CTL_NP_ENABLE (Results 1 – 4 of 4) sorted by relevance
239 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
551 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
336 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in __nested_vmcb_check_controls()
1185 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()
Completed in 21 milliseconds