Home
last modified time | relevance | path

Searched refs:KVM_SEV_INIT2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h696 KVM_SEV_INIT2, enumerator
/openbmc/qemu/qapi/
H A Dqom.json934 # the VM. The newer KVM_SEV_INIT2 interface, from Linux >= 6.10,
940 # using KVM_SEV_INIT2 if the user specifies any additional options
942 # KVM_SEV_INIT2 unconditionally.
/openbmc/qemu/target/i386/
H A Dsev.c1527 ret = sev_ioctl(sev_common->sev_fd, KVM_SEV_INIT2, &args, &fw_error); in sev_common_kvm_init()