Searched defs:phys_to_virt (Results 1 – 17 of 17) sorted by relevance
25 #define phys_to_virt phys_to_virt macro26 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
35 #define phys_to_virt(vaddr) \ macro
88 phys_to_virt (unsigned long address) in phys_to_virt() function92 #define phys_to_virt phys_to_virt macro
317 #define phys_to_virt phys_to_virt macro318 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
148 static inline void *phys_to_virt(phys_addr_t address) in phys_to_virt() function152 #define phys_to_virt phys_to_virt macro
239 #define phys_to_virt(address) ((void *)(address)) macro242 #define phys_to_virt(address) (__va(address)) macro
306 #define phys_to_virt phys_to_virt macro307 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
101 void* (*phys_to_virt)(phys_addr_t phys); member
68 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function87 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
43 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
157 #define phys_to_virt __va macro
128 #define phys_to_virt __va macro
58 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
9 #define phys_to_virt(a) __va(a) macro
132 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
927 #define phys_to_virt phys_to_virt macro928 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
924 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function928 #define phys_to_virt phys_to_virt macro
Completed in 46 milliseconds