Searched refs:vmsa_page (Results 1 – 1 of 1) sorted by relevance
1441 struct page *vmsa_page = NULL; in svm_vcpu_create() local 1457 vmsa_page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in svm_vcpu_create() 1458 if (!vmsa_page) in svm_vcpu_create() 1486 if (vmsa_page) in svm_vcpu_create() 1487 svm->sev_es.vmsa = page_address(vmsa_page); in svm_vcpu_create() 1494 if (vmsa_page) in svm_vcpu_create() 1495 __free_page(vmsa_page); in svm_vcpu_create()