Home
last modified time | relevance | path

Searched refs:KVM_SEV_INIT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsev_migrate_tests.c57 sev_ioctl(vm->fd, es ? KVM_SEV_ES_INIT : KVM_SEV_INIT, NULL); in sev_vm_create()
237 for (int cmd_id = KVM_SEV_INIT; cmd_id < KVM_SEV_NR_MAX; ++cmd_id) { in verify_mirror_allowed_cmds()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst84 1. KVM_SEV_INIT
87 The KVM_SEV_INIT command is used by the hypervisor to initialize the SEV platform
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h665 KVM_SEV_INIT = 0, enumerator
/openbmc/qemu/qapi/
H A Dqom.json933 # @legacy-vm-type: Use legacy KVM_SEV_INIT KVM interface for creating
938 # versions that rely on legacy KVM_SEV_INIT behavior. 'auto' will
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1891 KVM_SEV_INIT = 0, enumerator
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1884 KVM_SEV_INIT = 0, enumerator
/openbmc/qemu/target/i386/
H A Dsev.c1518 cmd = sev_es_enabled() ? KVM_SEV_ES_INIT : KVM_SEV_INIT; in sev_common_kvm_init()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c1900 case KVM_SEV_INIT: in sev_mem_enc_ioctl()