Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c26 static struct hyp_pool host_s2_pool; variable
65 void *addr = hyp_alloc_pages(&host_s2_pool, get_order(size)); in host_s2_zalloc_pages_exact()
86 hyp_get_page(&host_s2_pool, addr); in host_s2_get_page()
91 hyp_put_page(&host_s2_pool, addr); in host_s2_put_page()
106 ret = hyp_pool_init(&host_s2_pool, pfn, nr_pages, 0); in prepare_s2_pool()
414 prot, &host_s2_pool, 0); in __host_stage2_idmap()
483 addr, size, &host_s2_pool, owner_id); in host_stage2_set_owner_locked()