Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
1355 struct page *vmsa_page = NULL; in svm_vcpu_create() local1371 vmsa_page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in svm_vcpu_create()1372 if (!vmsa_page) in svm_vcpu_create()1400 if (vmsa_page) in svm_vcpu_create()1401 svm->sev_es.vmsa = page_address(vmsa_page); in svm_vcpu_create()1408 if (vmsa_page) in svm_vcpu_create()1409 __free_page(vmsa_page); in svm_vcpu_create()