Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsvm.c129 ctrl->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in generic_svm_setup()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dsvm.h178 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/linux/arch/x86/include/asm/
H A Dsvm.h242 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/linux/arch/x86/kvm/svm/
H A Dsvm.h581 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
H A Dnested.c351 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in __nested_vmcb_check_controls()
H A Dsvm.c1165 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()