Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsev.c2813 struct kvm_sev_info *source_sev, *mirror_sev; in sev_vm_copy_enc_context_from() local
2839 mirror_sev = to_kvm_sev_info(kvm); in sev_vm_copy_enc_context_from()
2840 if (!zalloc_cpumask_var(&mirror_sev->have_run_cpus, GFP_KERNEL_ACCOUNT)) { in sev_vm_copy_enc_context_from()
2851 list_add_tail(&mirror_sev->mirror_entry, &source_sev->mirror_vms); in sev_vm_copy_enc_context_from()
2854 mirror_sev->enc_context_owner = source_kvm; in sev_vm_copy_enc_context_from()
2855 mirror_sev->active = true; in sev_vm_copy_enc_context_from()
2856 mirror_sev->asid = source_sev->asid; in sev_vm_copy_enc_context_from()
2857 mirror_sev->fd = source_sev->fd; in sev_vm_copy_enc_context_from()
2858 mirror_sev->es_active = source_sev->es_active; in sev_vm_copy_enc_context_from()
2859 mirror_sev->need_init = false; in sev_vm_copy_enc_context_from()
[all …]