Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
4780 struct page *vmsa_page; in sev_vcpu_create() local4791 vmsa_page = snp_safe_alloc_page(); in sev_vcpu_create()4792 if (!vmsa_page) in sev_vcpu_create()4795 svm->sev_es.vmsa = page_address(vmsa_page); in sev_vcpu_create()5258 struct page *vmsa_page; in sev_decrypt_vmsa() local5260 vmsa_page = alloc_page(GFP_KERNEL); in sev_decrypt_vmsa()5261 if (!vmsa_page) in sev_decrypt_vmsa()5264 vmsa = page_address(vmsa_page); in sev_decrypt_vmsa()5275 __free_page(vmsa_page); in sev_decrypt_vmsa()