Searched defs:virt_to_phys (Results 1 – 20 of 20) 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
176 #define virt_to_phys virt_to_phys macro177 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
257 #define virt_to_phys virt_to_phys macro258 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
59 #define virt_to_phys(vaddr) \ macro
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(volatile void *address) in virt_to_phys() function73 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
145 #define virt_to_phys __pa macro
126 #define virt_to_phys __pa macro
62 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
29 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
109 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
773 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys() function