Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsev.c4692 struct page *vmsa_page; in sev_vcpu_create() local
4703 vmsa_page = snp_safe_alloc_page(); in sev_vcpu_create()
4704 if (!vmsa_page) in sev_vcpu_create()
4707 svm->sev_es.vmsa = page_address(vmsa_page); in sev_vcpu_create()
5171 struct page *vmsa_page; in sev_decrypt_vmsa() local
5173 vmsa_page = alloc_page(GFP_KERNEL); in sev_decrypt_vmsa()
5174 if (!vmsa_page) in sev_decrypt_vmsa()
5177 vmsa = page_address(vmsa_page); in sev_decrypt_vmsa()
5188 __free_page(vmsa_page); in sev_decrypt_vmsa()