Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c2806 struct kvm_sev_info *source_sev, *mirror_sev; in sev_vm_copy_enc_context_from() local
2840 mirror_sev = &to_kvm_svm(kvm)->sev_info; in sev_vm_copy_enc_context_from()
2841 list_add_tail(&mirror_sev->mirror_entry, &source_sev->mirror_vms); in sev_vm_copy_enc_context_from()
2844 mirror_sev->enc_context_owner = source_kvm; in sev_vm_copy_enc_context_from()
2845 mirror_sev->active = true; in sev_vm_copy_enc_context_from()
2846 mirror_sev->asid = source_sev->asid; in sev_vm_copy_enc_context_from()
2847 mirror_sev->fd = source_sev->fd; in sev_vm_copy_enc_context_from()
2848 mirror_sev->es_active = source_sev->es_active; in sev_vm_copy_enc_context_from()
2849 mirror_sev->need_init = false; in sev_vm_copy_enc_context_from()
2850 mirror_sev->handle = source_sev->handle; in sev_vm_copy_enc_context_from()
[all …]