Searched refs:KVM_SEV_INIT2 (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
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/tools/testing/selftests/kvm/lib/x86_64/ |
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 | 631 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in kvm_arch_vm_post_create()
|
/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. 585 are accepted in the ``vmsa_features`` of ``KVM_SEV_INIT2``.
|
/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 700 KVM_SEV_INIT2, enumerator
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 700 KVM_SEV_INIT2, enumerator
|
/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 2607 case KVM_SEV_INIT2: in sev_mem_enc_ioctl()
|