Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c27 static struct hyp_pool host_s2_pool; variable
71 void *addr = hyp_alloc_pages(&host_s2_pool, get_order(size)); in host_s2_zalloc_pages_exact()
92 hyp_get_page(&host_s2_pool, addr); in host_s2_get_page()
97 hyp_put_page(&host_s2_pool, addr); in host_s2_put_page()
112 ret = hyp_pool_init(&host_s2_pool, pfn, nr_pages, 0); in prepare_s2_pool()
472 prot, &host_s2_pool, in __host_stage2_idmap()
575 addr, size, &host_s2_pool, in host_stage2_set_owner_metadata_locked()
1692 void *virt = hyp_alloc_pages(&host_s2_pool, 0); in pkvm_ownership_selftest()
1869 hyp_put_page(&host_s2_pool, virt); in pkvm_ownership_selftest()