Searched refs:hyp_virt_to_page (Results 1 – 4 of 4) sorted by relevance
33 #define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt)) macro47 struct hyp_page *p = hyp_virt_to_page(addr); in hyp_page_count()
90 return hyp_virt_to_page(node); in node_to_page()168 struct hyp_page *p = hyp_virt_to_page(addr); in hyp_put_page()177 struct hyp_page *p = hyp_virt_to_page(addr); in hyp_get_page()
67 hyp_split_page(hyp_virt_to_page(addr)); in host_s2_zalloc_pages_exact()175 hyp_split_page(hyp_virt_to_page(addr)); in guest_s2_zalloc_pages_exact()203 p = hyp_virt_to_page(addr); in guest_s2_zalloc_page()282 memset(hyp_virt_to_page(addr), 0, sizeof(struct hyp_page)); in reclaim_guest_pages()1208 hyp_page_ref_inc(hyp_virt_to_page(cur)); in hyp_pin_shared_mem()1226 hyp_page_ref_dec(hyp_virt_to_page(cur)); in hyp_unpin_shared_mem()
256 hyp_page_ref_inc(hyp_virt_to_page(hyp_vm)); in pkvm_load_hyp_vcpu()267 hyp_page_ref_dec(hyp_virt_to_page(hyp_vm)); in pkvm_put_hyp_vcpu()
Completed in 8 milliseconds