Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dbiomerge.c12 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()
13 unsigned long bfn2 = pfn_to_bfn(page_to_pfn(page)); in xen_biovec_phys_mergeable()
A Dswiotlb-xen.c50 unsigned long bfn = pfn_to_bfn(XEN_PFN_DOWN(paddr)); in xen_phys_to_bus()
83 next_bfn = pfn_to_bfn(xen_pfn); in range_straddles_page_boundary()
86 if (pfn_to_bfn(++xen_pfn) != ++next_bfn) in range_straddles_page_boundary()
/linux/include/xen/arm/
A Dpage.h58 static inline unsigned long pfn_to_bfn(unsigned long pfn) in pfn_to_bfn() function
/linux/arch/x86/include/asm/xen/
A Dpage.h268 #define pfn_to_bfn(pfn) pfn_to_gfn(pfn) macro

Completed in 6 milliseconds