Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h185 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/linux-6.12.1/arch/x86/include/asm/
Dsvm.h232 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.h552 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
Dnested.c269 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in __nested_vmcb_check_controls()
Dsvm.c1331 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()