Home
last modified time | relevance | path

Searched refs:KVM_X86_SEV_ES_VM (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dsev_init2_tests.c
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c75 vm = vm_sev_create_with_one_vcpu(KVM_X86_SEV_ES_VM, guest_code_xsave, &vcpu); in test_sync_vmsa()
117 uint32_t type = policy & SEV_POLICY_ES ? KVM_X86_SEV_ES_VM : KVM_X86_SEV_VM; in test_sev()
169 uint32_t type = KVM_X86_SEV_ES_VM; in test_sev_es_shutdown()
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst85 For this command to be accepted, either KVM_X86_SEV_VM or KVM_X86_SEV_ES_VM
117 * the VM type is KVM_X86_SEV_VM for KVM_SEV_INIT, or KVM_X86_SEV_ES_VM for
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h926 #define KVM_X86_SEV_ES_VM 3 macro
/linux/arch/x86/kvm/svm/
H A Dsev.c489 vm_type = (argp->id == KVM_SEV_INIT ? KVM_X86_SEV_VM : KVM_X86_SEV_ES_VM); in sev_guest_init()
495 if (vm_type == KVM_X86_SEV_ES_VM) in sev_guest_init()
510 kvm->arch.vm_type != KVM_X86_SEV_ES_VM && in sev_guest_init2()
2945 kvm_caps.supported_vm_types |= BIT(KVM_X86_SEV_ES_VM); in sev_set_cpu_caps()
H A Dsvm.c5019 (type == KVM_X86_SEV_ES_VM || type == KVM_X86_SNP_VM); in svm_vm_init()
/linux/Documentation/virt/kvm/
H A Dapi.rst9020 #define KVM_X86_SEV_ES_VM 3