Searched refs:KVM_SEV_INIT2 (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | sev_init2_tests.c | 55 ret = __sev_ioctl(vm->fd, KVM_SEV_INIT2, init); in test_init2() 68 ret = __sev_ioctl(vm->fd, KVM_SEV_INIT2, init); in test_init2_invalid()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | sev.c | 46 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_vm_init() 59 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_es_vm_init()
|
| H A D | processor.c | 645 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in kvm_arch_vm_post_create()
|
| /linux-6.15/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. 585 are accepted in the ``vmsa_features`` of ``KVM_SEV_INIT2``.
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 704 KVM_SEV_INIT2, enumerator
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 704 KVM_SEV_INIT2, enumerator
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | sev.c | 2580 case KVM_SEV_INIT2: in sev_mem_enc_ioctl()
|