Searched refs:host_s2_pool (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | mem_protect.c | 26 static struct hyp_pool host_s2_pool; variable 70 void *addr = hyp_alloc_pages(&host_s2_pool, get_order(size)); in host_s2_zalloc_pages_exact() 91 hyp_get_page(&host_s2_pool, addr); in host_s2_get_page() 96 hyp_put_page(&host_s2_pool, addr); in host_s2_put_page() 111 ret = hyp_pool_init(&host_s2_pool, pfn, nr_pages, 0); in prepare_s2_pool() 463 prot, &host_s2_pool, 0); in __host_stage2_idmap() 550 addr, size, &host_s2_pool, owner_id); in host_stage2_set_owner_locked() 1283 void *virt = hyp_alloc_pages(&host_s2_pool, 0); in pkvm_ownership_selftest() 1394 hyp_put_page(&host_s2_pool, virt); in pkvm_ownership_selftest()
|