Lines Matching refs:vmsa
566 struct sev_es_save_area *save = svm->sev_es.vmsa; in sev_es_sync_vmsa()
613 struct sev_data_launch_update_vmsa vmsa; in __sev_launch_update_vmsa() local
627 clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE); in __sev_launch_update_vmsa()
629 vmsa.reserved = 0; in __sev_launch_update_vmsa()
630 vmsa.handle = to_kvm_svm(kvm)->sev_info.handle; in __sev_launch_update_vmsa()
631 vmsa.address = __sme_pa(svm->sev_es.vmsa); in __sev_launch_update_vmsa()
632 vmsa.len = PAGE_SIZE; in __sev_launch_update_vmsa()
633 ret = sev_issue_cmd(kvm, SEV_CMD_LAUNCH_UPDATE_VMSA, &vmsa, error); in __sev_launch_update_vmsa()
2340 sev_flush_encrypted_page(vcpu, svm->sev_es.vmsa); in sev_free_vcpu()
2342 __free_page(virt_to_page(svm->sev_es.vmsa)); in sev_free_vcpu()
2952 svm->vmcb->control.vmsa_pa = __pa(svm->sev_es.vmsa); in sev_es_init_vmcb()