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

/linux-master/arch/x86/include/asm/xen/
H A Dpage.h124 * When to use pfn_to_mfn(), __pfn_to_mfn() or get_phys_to_machine():
127 * - __pfn_to_mfn() returns the found entry of the p2m table. A possibly set
128 * identity or foreign indicator will be still set. __pfn_to_mfn() is
130 * - get_phys_to_machine() is to be called by __pfn_to_mfn() only in special
133 static inline unsigned long __pfn_to_mfn(unsigned long pfn) function
150 static inline unsigned long __pfn_to_mfn(unsigned long pfn) function
168 mfn = __pfn_to_mfn(pfn);
181 return __pfn_to_mfn(pfn) != INVALID_P2M_ENTRY;
217 if (__pfn_to_mfn(pfn) != mfn)
224 if (pfn == ~0 && __pfn_to_mfn(mf
[all...]
/linux-master/include/xen/arm/
H A Dpage.h43 unsigned long __pfn_to_mfn(unsigned long pfn);
63 mfn = __pfn_to_mfn(pfn);
/linux-master/arch/arm/xen/
H A Dp2m.c64 unsigned long __pfn_to_mfn(unsigned long pfn) function
89 EXPORT_SYMBOL_GPL(__pfn_to_mfn); variable
/linux-master/arch/x86/xen/
H A Dp2m.c782 unsigned long mfn = __pfn_to_mfn(page_to_pfn(pages[i]));
H A Dmmu_pv.c355 mfn = __pfn_to_mfn(pfn);

Completed in 291 milliseconds