Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86_64/
A Dsvm.h154 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/linux/arch/x86/include/asm/
A Dsvm.h219 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/linux/arch/x86/kvm/svm/
A Dnested.c262 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in nested_vmcb_check_controls()
407 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
A Dsvm.c1309 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()

Completed in 16 milliseconds