Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c42 vm_sev_ioctl(vm, KVM_SEV_INIT, NULL); in sev_vm_init()
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst111 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 for
121 set to zero, and ``ghcb_version`` is set to 0 for KVM_SEV_INIT and 1 for
125 supports KVM_SEV_INIT and KVM_SEV_ES_INIT. In that case, note that KVM_SEV_ES_INIT
/linux/tools/testing/selftests/kvm/x86_64/
H A Dsev_migrate_tests.c214 for (cmd_id = KVM_SEV_INIT; cmd_id < KVM_SEV_NR_MAX; ++cmd_id) { in verify_mirror_allowed_cmds()
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h669 KVM_SEV_INIT = 0, enumerator
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h669 KVM_SEV_INIT = 0, enumerator
/linux/arch/x86/kvm/svm/
H A Dsev.c486 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()