Searched defs:pfn_to_virt (Results 1 – 3 of 3) sorted by relevance
128 static inline void *pfn_to_virt(unsigned long pfn) in pfn_to_virt() function
191 #define pfn_to_virt(pfn) (__va(pfn_to_phys(pfn))) macro
251 static inline void *pfn_to_virt(unsigned long pfn) in pfn_to_virt() function