Searched defs:virt_to_phys (Results 1 – 19 of 19) sorted by relevance
25 #define virt_to_phys(vaddr) ((unsigned long) (vaddr) - PAGE_OFFSET) macro30 #define virt_to_phys(vaddr) ((unsigned long) (vaddr)) macro
18 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() function
181 #define virt_to_phys virt_to_phys macro182 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
58 #define virt_to_phys(vaddr) \ macro
263 #define virt_to_phys virt_to_phys macro264 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
260 static inline phys_addr_t virt_to_phys(const volatile void *kaddr) in virt_to_phys() function291 static inline phys_addr_t virt_to_phys(const volatile void *kaddr) in virt_to_phys() function
244 #define virt_to_phys(address) ((unsigned long)(address)) macro247 #define virt_to_phys(address) (__pa(address)) macro
118 static inline phys_addr_t virt_to_phys(volatile void *address) in virt_to_phys() function
63 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() function73 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() function
145 #define virt_to_phys __pa macro
124 #define virt_to_phys __pa macro
62 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
25 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys() function
7 #define virt_to_phys(a) ((unsigned long)__pa(a)) macro
15 static __inline__ unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
119 static inline unsigned long virt_to_phys(volatile const void *address) in virt_to_phys() function
250 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
81 virt_to_phys (volatile void *address) in virt_to_phys() function
813 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys() function