Searched refs:__pfn_to_mfn (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/xen/
H A Dpage.h76 * When to use pfn_to_mfn(), __pfn_to_mfn() or get_phys_to_machine():
79 * - __pfn_to_mfn() returns the found entry of the p2m table. A possibly set
80 * identity or foreign indicator will be still set. __pfn_to_mfn() is
82 * - get_phys_to_machine() is to be called by __pfn_to_mfn() only in special
85 static inline unsigned long __pfn_to_mfn(unsigned long pfn) __pfn_to_mfn() function
114 mfn = __pfn_to_mfn(pfn); pfn_to_mfn()
127 return __pfn_to_mfn(pfn) != INVALID_P2M_ENTRY; phys_to_machine_mapping_valid()
166 if (__pfn_to_mfn(pfn) != mfn) mfn_to_pfn()
173 if (pfn == ~0 && __pfn_to_mfn(mfn) == IDENTITY_FRAME(mfn)) mfn_to_pfn()
240 if (__pfn_to_mfn(pfn) != mfn) bfn_to_local_pfn()
/linux-4.4.14/arch/arm/xen/
H A Dp2m.c62 unsigned long __pfn_to_mfn(unsigned long pfn) __pfn_to_mfn() function
85 EXPORT_SYMBOL_GPL(__pfn_to_mfn); variable
/linux-4.4.14/arch/arm/include/asm/xen/
H A Dpage.h42 unsigned long __pfn_to_mfn(unsigned long pfn);
62 mfn = __pfn_to_mfn(pfn); pfn_to_bfn()
/linux-4.4.14/arch/x86/xen/
H A Dp2m.c763 unsigned long mfn = __pfn_to_mfn(page_to_pfn(pages[i])); clear_foreign_p2m_mapping()
H A Dmmu.c391 mfn = __pfn_to_mfn(pfn); pte_pfn_to_mfn()

Completed in 237 milliseconds