Lines Matching refs:vmsa
581 struct sev_es_save_area *save = svm->sev_es.vmsa; in sev_es_sync_vmsa()
637 struct sev_data_launch_update_vmsa vmsa; in __sev_launch_update_vmsa() local
656 clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE); in __sev_launch_update_vmsa()
658 vmsa.reserved = 0; in __sev_launch_update_vmsa()
659 vmsa.handle = to_kvm_svm(kvm)->sev_info.handle; in __sev_launch_update_vmsa()
660 vmsa.address = __sme_pa(svm->sev_es.vmsa); in __sev_launch_update_vmsa()
661 vmsa.len = PAGE_SIZE; in __sev_launch_update_vmsa()
662 ret = sev_issue_cmd(kvm, SEV_CMD_LAUNCH_UPDATE_VMSA, &vmsa, error); in __sev_launch_update_vmsa()
2394 sev_flush_encrypted_page(vcpu, svm->sev_es.vmsa); in sev_free_vcpu()
2396 __free_page(virt_to_page(svm->sev_es.vmsa)); in sev_free_vcpu()
3054 if (svm->sev_es.vmsa) in sev_es_init_vmcb()
3055 svm->vmcb->control.vmsa_pa = __pa(svm->sev_es.vmsa); in sev_es_init_vmcb()