Searched refs:mirror_sev (Results 1 – 1 of 1) sorted by relevance
2797 struct kvm_sev_info *source_sev, *mirror_sev; in sev_vm_copy_enc_context_from() local2829 mirror_sev = &to_kvm_svm(kvm)->sev_info; in sev_vm_copy_enc_context_from()2830 list_add_tail(&mirror_sev->mirror_entry, &source_sev->mirror_vms); in sev_vm_copy_enc_context_from()2833 mirror_sev->enc_context_owner = source_kvm; in sev_vm_copy_enc_context_from()2834 mirror_sev->active = true; in sev_vm_copy_enc_context_from()2835 mirror_sev->asid = source_sev->asid; in sev_vm_copy_enc_context_from()2836 mirror_sev->fd = source_sev->fd; in sev_vm_copy_enc_context_from()2837 mirror_sev->es_active = source_sev->es_active; in sev_vm_copy_enc_context_from()2838 mirror_sev->need_init = false; in sev_vm_copy_enc_context_from()2839 mirror_sev->handle = source_sev->handle; in sev_vm_copy_enc_context_from()[all …]