Searched defs:mfn_to_virt (Results 1 – 2 of 2) sorted by relevance
40 static inline void *mfn_to_virt(unsigned long mfn) in mfn_to_virt() function
170 #define mfn_to_virt(m) (__va(mfn_to_pfn(m) << PAGE_SHIFT)) macro