Searched refs:kvm_alloc_hpt_cma (Results 1 – 3 of 3) sorted by relevance
57 struct page *kvm_alloc_hpt_cma(unsigned long nr_pages) in kvm_alloc_hpt_cma() function64 EXPORT_SYMBOL_GPL(kvm_alloc_hpt_cma);
82 page = kvm_alloc_hpt_cma(1ul << (order - PAGE_SHIFT)); in kvmppc_allocate_hpt()
190 extern struct page *kvm_alloc_hpt_cma(unsigned long nr_pages);