Searched defs:__virt_to_phys (Results 1 – 5 of 5) sorted by relevance
57 #define __virt_to_phys(virt) \ macro
203 static inline phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function235 static inline phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function
59 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
183 #define __virt_to_phys(addr) addr macro188 #define __virt_to_phys(addr) \ macro
78 #define __virt_to_phys(x) (((phys_addr_t)(x) - PAGE_OFFSET + PHYS_OFFSET)) macro