Searched refs:KVM_SEV_INIT2 (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | sev.c | 57 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 D | processor.c | 828 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in vm_arch_vcpu_add()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | sev_init2_tests.c | 22 * 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 D | amd-memory-encryption.rst | 79 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 D | kvm.h | 744 KVM_SEV_INIT2, enumerator
|