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