Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
1430 struct page *vmsa_page = NULL; in svm_vcpu_create() local1446 vmsa_page = snp_safe_alloc_page(); in svm_vcpu_create()1447 if (!vmsa_page) in svm_vcpu_create()1467 if (vmsa_page) in svm_vcpu_create()1468 svm->sev_es.vmsa = page_address(vmsa_page); in svm_vcpu_create()1475 if (vmsa_page) in svm_vcpu_create()1476 __free_page(vmsa_page); in svm_vcpu_create()