Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dsvm.h336 struct sev_es_save_area { struct
509 BUILD_BUG_ON(sizeof(struct sev_es_save_area) != EXPECTED_SEV_ES_SAVE_AREA_SIZE); in __unused_size_checks()
/Linux-v6.1/arch/x86/kvm/svm/
Dsvm.h194 struct sev_es_save_area *vmsa;
680 void sev_es_prepare_switch_to_guest(struct sev_es_save_area *hostsa);
Dsev.c566 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()
Dsvm.c1461 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()
/Linux-v6.1/arch/x86/kernel/
Dsev.c116 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()