Searched refs:hyp_alloc_pages (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm64/kvm/hyp/include/nvhe/ |
H A D | gfp.h | 26 void *hyp_alloc_pages(struct hyp_pool *pool, u8 order);
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | mem_protect.c | 70 void *addr = hyp_alloc_pages(&host_s2_pool, get_order(size)); in host_s2_zalloc_pages_exact() 86 return hyp_alloc_pages(pool, 0); in host_s2_zalloc_page() 171 void *addr = hyp_alloc_pages(¤t_vm->pool, get_order(size)); in guest_s2_zalloc_pages_exact() 193 addr = hyp_alloc_pages(¤t_vm->pool, 0); in guest_s2_zalloc_page() 305 addr = hyp_alloc_pages(&vm->pool, 0); in reclaim_pgtable_pages() 312 addr = hyp_alloc_pages(&vm->pool, 0); in reclaim_pgtable_pages() 1252 void *virt = hyp_alloc_pages(&host_s2_pool, 0); in pkvm_ownership_selftest()
|
H A D | page_alloc.c | 198 void *hyp_alloc_pages(struct hyp_pool *pool, u8 order) in hyp_alloc_pages() function
|
H A D | setup.c | 176 return hyp_alloc_pages(&hpool, 0); in hyp_zalloc_hyp_page()
|