Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
1434 struct page *vmsa_page = NULL; in svm_vcpu_create() local1450 vmsa_page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in svm_vcpu_create()1451 if (!vmsa_page) in svm_vcpu_create()1479 if (vmsa_page) in svm_vcpu_create()1480 svm->sev_es.vmsa = page_address(vmsa_page); in svm_vcpu_create()1487 if (vmsa_page) in svm_vcpu_create()1488 __free_page(vmsa_page); in svm_vcpu_create()