Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c2777 struct kvm_sev_info *source_sev, *mirror_sev; in sev_vm_copy_enc_context_from() local
2809 mirror_sev = to_kvm_sev_info(kvm); in sev_vm_copy_enc_context_from()
2813 mirror_sev->enc_context_owner = source_kvm; in sev_vm_copy_enc_context_from()
2814 mirror_sev->active = true; in sev_vm_copy_enc_context_from()
2815 mirror_sev->asid = source_sev->asid; in sev_vm_copy_enc_context_from()
2816 mirror_sev->fd = source_sev->fd; in sev_vm_copy_enc_context_from()
2817 mirror_sev->es_active = source_sev->es_active; in sev_vm_copy_enc_context_from()
2818 mirror_sev->need_init = false; in sev_vm_copy_enc_context_from()
2819 mirror_sev->handle = source_sev->handle; in sev_vm_copy_enc_context_from()
2820 INIT_LIST_HEAD(&mirror_sev->regions_list); in sev_vm_copy_enc_context_from()
[all …]