Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kvm/hyp/include/nvhe/
Dgfp.h26 void *hyp_alloc_pages(struct hyp_pool *pool, unsigned short order);
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dpage_alloc.c211 void *hyp_alloc_pages(struct hyp_pool *pool, unsigned short order) in hyp_alloc_pages() function
Dmem_protect.c53 void *addr = hyp_alloc_pages(&host_s2_pool, get_order(size)); in host_s2_zalloc_pages_exact()
69 return hyp_alloc_pages(pool, 0); in host_s2_zalloc_page()
Dsetup.c176 return hyp_alloc_pages(&hpool, 0); in hyp_zalloc_hyp_page()