Searched defs:phys_to_virt (Results 1 – 5 of 5) sorted by relevance
22 #define phys_to_virt phys_to_virt global() macro 23 static inline void *phys_to_virt(unsigned long address) phys_to_virt() function
77 #define phys_to_virt(paddr) \ macro
60 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function79 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function86 #define phys_to_virt phys_to_virt macro
45 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
80 static unsigned long phys_to_virt(unsigned long pa) in phys_to_virt() function