Searched refs:SVM_NESTED_CTL_NP_ENABLE (Results 1 – 5 of 5) sorted by relevance
161 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
222 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
522 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
264 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in __nested_vmcb_check_controls()
1266 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()