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
258 static inline phys_addr_t virt_to_phys(const volatile void *kaddr) in virt_to_phys() function289 static inline phys_addr_t virt_to_phys(const volatile void *kaddr) in virt_to_phys() function
117 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
244 #define virt_to_phys(address) ((unsigned long)(address)) macro247 #define virt_to_phys(address) (__pa(address)) macro
112 static inline phys_addr_t virt_to_phys(volatile void *address) in virt_to_phys() function
255 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
25 static inline unsigned long 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
144 #define virt_to_phys __pa macro
126 #define virt_to_phys __pa macro
27 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys() function
62 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
241 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
80 virt_to_phys (volatile void *address) in virt_to_phys() function
768 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys() function