Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h91 #define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt)) macro
125 struct hyp_page *p = hyp_virt_to_page(addr); in hyp_page_count()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c72 hyp_split_page(hyp_virt_to_page(addr)); in host_s2_zalloc_pages_exact()
174 hyp_split_page(hyp_virt_to_page(addr)); in guest_s2_zalloc_pages_exact()
202 p = hyp_virt_to_page(addr); in guest_s2_zalloc_page()
307 page = hyp_virt_to_page(addr); in reclaim_pgtable_pages()
849 p = hyp_virt_to_page(cur); in hyp_pin_shared_mem()
874 p = hyp_virt_to_page(cur); in hyp_unpin_shared_mem()
1199 struct hyp_page *p = hyp_virt_to_page(virt); in init_selftest_vm()
1258 selftest_page = hyp_virt_to_page(virt); in pkvm_ownership_selftest()
1349 WARN_ON(hyp_virt_to_page(virt)->host_share_guest_count != 2); in pkvm_ownership_selftest()
H A Dpkvm.c263 hyp_page_ref_inc(hyp_virt_to_page(hyp_vm)); in pkvm_load_hyp_vcpu()
279 hyp_page_ref_dec(hyp_virt_to_page(hyp_vm)); in pkvm_put_hyp_vcpu()
296 hyp_page_ref_inc(hyp_virt_to_page(hyp_vm)); in get_pkvm_hyp_vm()
305 hyp_page_ref_dec(hyp_virt_to_page(hyp_vm)); in put_pkvm_hyp_vm()