Home
last modified time | relevance | path

Searched refs:bfn_to_pfn (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/xen/
Dpage.h70 static inline unsigned long bfn_to_pfn(unsigned long bfn) in bfn_to_pfn() function
75 #define bfn_to_local_pfn(bfn) bfn_to_pfn(bfn)
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage.h210 #define bfn_to_pfn(bfn) gfn_to_pfn(bfn) macro
/linux-4.4.14/drivers/xen/
Dswiotlb-xen.c95 unsigned long xen_pfn = bfn_to_pfn(XEN_PFN_DOWN(baddr)); in xen_bus_to_phys()