Searched refs:sev_es_save_area (Results 1 – 5 of 5) sorted by relevance
336 struct sev_es_save_area { struct509 BUILD_BUG_ON(sizeof(struct sev_es_save_area) != EXPECTED_SEV_ES_SAVE_AREA_SIZE); in __unused_size_checks()
194 struct sev_es_save_area *vmsa;680 void sev_es_prepare_switch_to_guest(struct sev_es_save_area *hostsa);
566 struct sev_es_save_area *save = svm->sev_es.vmsa; in sev_es_sync_vmsa()3013 void sev_es_prepare_switch_to_guest(struct sev_es_save_area *hostsa) in sev_es_prepare_switch_to_guest()
1461 struct sev_es_save_area *hostsa; in svm_prepare_switch_to_guest()1462 hostsa = (struct sev_es_save_area *)(page_address(sd->save_area) + 0x400); in svm_prepare_switch_to_guest()
116 static DEFINE_PER_CPU(struct sev_es_save_area *, sev_vmsa);974 static void snp_cleanup_vmsa(struct sev_es_save_area *vmsa) in snp_cleanup_vmsa()987 struct sev_es_save_area *cur_vmsa, *vmsa; in wakeup_cpu_via_vmgexit()1031 vmsa = (struct sev_es_save_area *)snp_alloc_vmsa_page(); in wakeup_cpu_via_vmgexit()