Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dsvm.h151 #define SVM_NESTED_CTL_NP_ENABLE BIT(0) macro
/Linux-v5.4/arch/x86/kvm/
Dsvm.c1601 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()
3488 if ((vmcb->control.nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && in nested_vmcb_checks()
3503 if (nested_vmcb->control.nested_ctl & SVM_NESTED_CTL_NP_ENABLE) { in enter_svm_guest_mode()