Searched refs:host_s2_pool (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/arm64/kvm/hyp/nvhe/ |
D | mem_protect.c | 27 static struct hyp_pool host_s2_pool; variable 53 void *addr = hyp_alloc_pages(&host_s2_pool, get_order(size)); in host_s2_zalloc_pages_exact() 74 hyp_get_page(&host_s2_pool, addr); in host_s2_get_page() 79 hyp_put_page(&host_s2_pool, addr); in host_s2_put_page() 89 ret = hyp_pool_init(&host_s2_pool, pfn, nr_pages, 0); in prepare_s2_pool() 254 prot, &host_s2_pool); in __host_stage2_idmap() 323 addr, size, &host_s2_pool, owner_id); in host_stage2_set_owner_locked()
|