hyp_phys_to_pfn
return &hyp_vmemmap[hyp_phys_to_pfn(phys)];
#define hyp_virt_to_pfn(virt) hyp_phys_to_pfn(__hyp_pa(virt))
ret = __pkvm_host_share_hyp(hyp_phys_to_pfn(tx));
ret = __pkvm_host_share_hyp(hyp_phys_to_pfn(rx));
__pkvm_host_unshare_hyp(hyp_phys_to_pfn(rx));
__pkvm_host_unshare_hyp(hyp_phys_to_pfn(tx));
u64 pfn = hyp_phys_to_pfn(range->address);
u64 pfn = hyp_phys_to_pfn(range->address);
pfn = hyp_phys_to_pfn(phys);
gfn = hyp_phys_to_pfn(selftest_ipa());
if (__pkvm_host_donate_hyp(hyp_phys_to_pfn(host_mc->head), 1))