Lines Matching refs:vmsa
574 struct sev_es_save_area *save = svm->sev_es.vmsa;
627 struct sev_data_launch_update_vmsa vmsa;
646 clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE);
648 vmsa.reserved = 0;
649 vmsa.handle = to_kvm_svm(kvm)->sev_info.handle;
650 vmsa.address = __sme_pa(svm->sev_es.vmsa);
651 vmsa.len = PAGE_SIZE;
652 ret = sev_issue_cmd(kvm, SEV_CMD_LAUNCH_UPDATE_VMSA, &vmsa, error);
2364 sev_flush_encrypted_page(vcpu, svm->sev_es.vmsa);
2366 __free_page(virt_to_page(svm->sev_es.vmsa));
3006 if (svm->sev_es.vmsa)
3007 svm->vmcb->control.vmsa_pa = __pa(svm->sev_es.vmsa);