Searched refs:KVM_SEV_INIT (Results 1 – 8 of 8) sorted by relevance
57 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()
84 1. KVM_SEV_INIT87 The KVM_SEV_INIT command is used by the hypervisor to initialize the SEV platform
665 KVM_SEV_INIT = 0, enumerator
933 # @legacy-vm-type: Use legacy KVM_SEV_INIT KVM interface for creating938 # versions that rely on legacy KVM_SEV_INIT behavior. 'auto' will
1891 KVM_SEV_INIT = 0, enumerator
1884 KVM_SEV_INIT = 0, enumerator
1518 cmd = sev_es_enabled() ? KVM_SEV_ES_INIT : KVM_SEV_INIT; in sev_common_kvm_init()
1900 case KVM_SEV_INIT: in sev_mem_enc_ioctl()