Searched defs:phys_to_virt (Results 1 – 5 of 5) 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
366 #define phys_to_virt phys_to_virt macro367 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
224 void* (*phys_to_virt)(phys_addr_t phys); member
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