Searched refs:KVM_SEV_INIT (Results 1 – 6 of 6) sorted by relevance
42 vm_sev_ioctl(vm, KVM_SEV_INIT, NULL); in sev_vm_init()
111 This command replaces the deprecated KVM_SEV_INIT and KVM_SEV_ES_INIT commands.117 * the VM type is KVM_X86_SEV_VM for KVM_SEV_INIT, or KVM_X86_SEV_ES_VM for121 set to zero, and ``ghcb_version`` is set to 0 for KVM_SEV_INIT and 1 for125 supports KVM_SEV_INIT and KVM_SEV_ES_INIT. In that case, note that KVM_SEV_ES_INIT
214 for (cmd_id = KVM_SEV_INIT; cmd_id < KVM_SEV_NR_MAX; ++cmd_id) { in verify_mirror_allowed_cmds()
669 KVM_SEV_INIT = 0, enumerator
486 vm_type = (argp->id == KVM_SEV_INIT ? KVM_X86_SEV_VM : KVM_X86_SEV_ES_VM); in sev_guest_init()2604 case KVM_SEV_INIT: in sev_mem_enc_ioctl()