Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
1431 struct page *vmsa_page = NULL; in svm_vcpu_create() local1447 vmsa_page = snp_safe_alloc_page(); in svm_vcpu_create()1448 if (!vmsa_page) in svm_vcpu_create()1468 if (vmsa_page) in svm_vcpu_create()1469 svm->sev_es.vmsa = page_address(vmsa_page); in svm_vcpu_create()1476 if (vmsa_page) in svm_vcpu_create()1477 __free_page(vmsa_page); in svm_vcpu_create()