Searched defs:__virt_to_phys (Results 1 – 4 of 4) sorted by relevance
73 #define __virt_to_phys(virt) \ macro
177 static inline unsigned long __virt_to_phys(unsigned long x) in __virt_to_phys() function197 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
59 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
190 #define __virt_to_phys(addr) addr macro195 #define __virt_to_phys(addr) \ macro