Home
last modified time | relevance | path

Searched refs:kvm_cma (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c47 static struct cma *kvm_cma; variable
62 return cma_alloc(kvm_cma, nr_pages, order_base_2(HPT_ALIGN_PAGES), in kvm_alloc_hpt_cma()
69 cma_release(kvm_cma, page, nr_pages); in kvm_free_hpt_cma()
99 &kvm_cma); in kvm_cma_reserve()