Searched refs:hyp_phys_to_pfn (Results 1 – 3 of 3) sorted by relevance
30 #define hyp_phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro32 #define hyp_phys_to_page(phys) (&hyp_vmemmap[hyp_phys_to_pfn(phys)])34 #define hyp_virt_to_pfn(virt) hyp_phys_to_pfn(__hyp_pa(virt))
213 ret = __pkvm_host_share_hyp(hyp_phys_to_pfn(tx)); in do_ffa_rxtx_map()219 ret = __pkvm_host_share_hyp(hyp_phys_to_pfn(rx)); in do_ffa_rxtx_map()251 __pkvm_host_unshare_hyp(hyp_phys_to_pfn(rx)); in do_ffa_rxtx_map()253 __pkvm_host_unshare_hyp(hyp_phys_to_pfn(tx)); in do_ffa_rxtx_map()300 u64 pfn = hyp_phys_to_pfn(range->address); in __ffa_host_share_ranges()320 u64 pfn = hyp_phys_to_pfn(range->address); in __ffa_host_unshare_ranges()
405 if (__pkvm_host_donate_hyp(hyp_phys_to_pfn(host_mc->head), 1)) in admit_host_page()