Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsvm.h150 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/Linux-v4.19/arch/x86/kvm/
Dsvm.c1587 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()
3432 if ((vmcb->control.nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && in nested_vmcb_checks()
3447 if (nested_vmcb->control.nested_ctl & SVM_NESTED_CTL_NP_ENABLE) { in enter_svm_guest_mode()