Home
last modified time | relevance | path

Searched refs:pfn_to_bfn (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/xen/
Dbiomerge.c10 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()
Dswiotlb-xen.c85 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()
/linux-4.4.14/arch/arm/include/asm/xen/
Dpage.h57 static inline unsigned long pfn_to_bfn(unsigned long pfn) in pfn_to_bfn() function
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage.h209 #define pfn_to_bfn(pfn) pfn_to_gfn(pfn) macro