Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dgfp.h29 void hyp_put_page(struct hyp_pool *pool, void *addr);
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c96 hyp_put_page(&host_s2_pool, addr); in host_s2_put_page()
185 hyp_put_page(&current_vm->pool, addr + (i * PAGE_SIZE)); in guest_s2_free_pages_exact()
216 hyp_put_page(&current_vm->pool, addr); in guest_s2_put_page()
1242 hyp_put_page(&selftest_vm.pool, hyp_page_to_virt(&p[i])); in init_selftest_vm()
1396 hyp_put_page(&host_s2_pool, virt); in pkvm_ownership_selftest()
H A Dpage_alloc.c166 void hyp_put_page(struct hyp_pool *pool, void *addr) in hyp_put_page() function
H A Dsetup.c186 hyp_put_page(&hpool, addr); in hpool_put_page()