Searched refs:pfn_to_bfn (Results 1 – 4 of 4) sorted by relevance
10 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()11 unsigned long bfn2 = pfn_to_bfn(page_to_pfn(vec2->bv_page)); in xen_biovec_phys_mergeable()
85 unsigned long bfn = pfn_to_bfn(XEN_PFN_DOWN(paddr)); in xen_phys_to_bus()117 next_bfn = pfn_to_bfn(xen_pfn); in check_pages_physically_contiguous()121 if (pfn_to_bfn(++xen_pfn) != ++next_bfn) in check_pages_physically_contiguous()
57 static inline unsigned long pfn_to_bfn(unsigned long pfn) in pfn_to_bfn() function
209 #define pfn_to_bfn(pfn) pfn_to_gfn(pfn) macro