Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dsvm.h239 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/arch/x86/kvm/svm/
A Dsvm.h551 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
A Dnested.c336 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in __nested_vmcb_check_controls()
A Dsvm.c1185 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()

Completed in 21 milliseconds