Home
last modified time | relevance | path

Searched refs:SVM_NESTED_CTL_SEV_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h186 #define SVM_NESTED_CTL_SEV_ENABLE BIT(1) macro
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h237 #define SVM_NESTED_CTL_SEV_ENABLE BIT(1) macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c3101 svm->vmcb->control.nested_ctl |= SVM_NESTED_CTL_SEV_ENABLE; in sev_init_vmcb()