Searched defs:phys_to_virt (Results 1 – 4 of 4) sorted by relevance
22 #define phys_to_virt phys_to_virt macro23 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
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
44 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
224 void* (*phys_to_virt)(phys_addr_t phys); member