Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsev.c57 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_vm_init()
70 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_es_vm_init()
79 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in snp_vm_init()
H A Dprocessor.c828 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in vm_arch_vcpu_add()
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_init2_tests.c22 * to KVM_SEV_INIT2.
56 ret = __sev_ioctl(vm->fd, KVM_SEV_INIT2, init); in test_init2()
58 "KVM_SEV_INIT2 return code is %d (expected 0), errno: %d", in test_init2()
69 ret = __sev_ioctl(vm->fd, KVM_SEV_INIT2, init); in test_init2_invalid()
71 "KVM_SEV_INIT2 should fail, %s.", in test_init2_invalid()
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst79 1. KVM_SEV_INIT2
82 The KVM_SEV_INIT2 command is used by the hypervisor to initialize the SEV platform
87 with those machine types in turn cannot be run until KVM_SEV_INIT2 is invoked.
631 are accepted in the ``vmsa_features`` of ``KVM_SEV_INIT2``.
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h744 KVM_SEV_INIT2, enumerator