Searched refs:KVM_X86_SEV_ES_VM (Results 1 – 8 of 8) sorted by relevance
75 vm = vm_sev_create_with_one_vcpu(KVM_X86_SEV_ES_VM, guest_code_xsave, &vcpu); in test_sync_vmsa()117 uint32_t type = policy & SEV_POLICY_ES ? KVM_X86_SEV_ES_VM : KVM_X86_SEV_VM; in test_sev()169 uint32_t type = KVM_X86_SEV_ES_VM; in test_sev_es_shutdown()
85 For this command to be accepted, either KVM_X86_SEV_VM or KVM_X86_SEV_ES_VM117 * the VM type is KVM_X86_SEV_VM for KVM_SEV_INIT, or KVM_X86_SEV_ES_VM for
926 #define KVM_X86_SEV_ES_VM 3 macro
489 vm_type = (argp->id == KVM_SEV_INIT ? KVM_X86_SEV_VM : KVM_X86_SEV_ES_VM); in sev_guest_init()495 if (vm_type == KVM_X86_SEV_ES_VM) in sev_guest_init()510 kvm->arch.vm_type != KVM_X86_SEV_ES_VM && in sev_guest_init2()2945 kvm_caps.supported_vm_types |= BIT(KVM_X86_SEV_ES_VM); in sev_set_cpu_caps()
5019 (type == KVM_X86_SEV_ES_VM || type == KVM_X86_SNP_VM); in svm_vm_init()
9020 #define KVM_X86_SEV_ES_VM 3