Home
last modified time | relevance | path

Searched refs:KVM_SEV_LAUNCH_START (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst97 2. KVM_SEV_LAUNCH_START
100 The KVM_SEV_LAUNCH_START command is used for creating the memory encryption
123 KVM_SEV_LAUNCH_START requires the ``sev_fd`` field to be valid.
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsev_migrate_tests.c62 sev_ioctl(vm->fd, KVM_SEV_LAUNCH_START, &start); in sev_vm_create()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h670 KVM_SEV_LAUNCH_START, enumerator
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1887 KVM_SEV_LAUNCH_START, enumerator
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1894 KVM_SEV_LAUNCH_START, enumerator
/openbmc/qemu/target/i386/
H A Dsev.c820 rc = sev_ioctl(sev_common->sev_fd, KVM_SEV_LAUNCH_START, &start, &fw_error); in sev_launch_start()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c1903 case KVM_SEV_LAUNCH_START: in sev_mem_enc_ioctl()