Searched refs:hyp_phys_to_pfn (Results 1 – 4 of 4) sorted by relevance
82 #define hyp_phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro88 return &hyp_vmemmap[hyp_phys_to_pfn(phys)]; in hyp_phys_to_page()92 #define hyp_virt_to_pfn(virt) hyp_phys_to_pfn(__hyp_pa(virt))
266 ret = __pkvm_host_share_hyp(hyp_phys_to_pfn(tx)); in do_ffa_rxtx_map()272 ret = __pkvm_host_share_hyp(hyp_phys_to_pfn(rx)); in do_ffa_rxtx_map()304 __pkvm_host_unshare_hyp(hyp_phys_to_pfn(rx)); in do_ffa_rxtx_map()306 __pkvm_host_unshare_hyp(hyp_phys_to_pfn(tx)); in do_ffa_rxtx_map()353 u64 pfn = hyp_phys_to_pfn(range->address); in __ffa_host_share_ranges()373 u64 pfn = hyp_phys_to_pfn(range->address); in __ffa_host_unshare_ranges()
486 if (__pkvm_host_donate_hyp(hyp_phys_to_pfn(host_mc->head), 1)) in admit_host_page()
1297 pfn = hyp_phys_to_pfn(phys); in pkvm_ownership_selftest()1298 gfn = hyp_phys_to_pfn(selftest_ipa()); in pkvm_ownership_selftest()