Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
1429 struct page *vmsa_page = NULL; in svm_vcpu_create() local1445 vmsa_page = snp_safe_alloc_page(); in svm_vcpu_create()1446 if (!vmsa_page) in svm_vcpu_create()1466 if (vmsa_page) in svm_vcpu_create()1467 svm->sev_es.vmsa = page_address(vmsa_page); in svm_vcpu_create()1474 if (vmsa_page) in svm_vcpu_create()1475 __free_page(vmsa_page); in svm_vcpu_create()