Searched defs:__phys_to_virt (Results 1 – 5 of 5) sorted by relevance
33 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) macro
228 static inline unsigned long __phys_to_virt(phys_addr_t x) in __phys_to_virt() function252 static inline unsigned long __phys_to_virt(phys_addr_t x) in __phys_to_virt() function
51 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) macro
185 #define __phys_to_virt(addr) addr macro191 #define __phys_to_virt(addr) \ macro
275 #define __phys_to_virt(x) ((unsigned long)((x) - physvirt_offset)) macro