Searched defs:virt_to_phys (Results 1 – 14 of 14) sorted by relevance
19 #define virt_to_phys virt_to_phys macro20 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() function
59 #define virt_to_phys(vaddr) \ macro
279 #define virt_to_phys virt_to_phys macro280 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
129 static inline phys_addr_t virt_to_phys(volatile void *address) in virt_to_phys() function133 #define virt_to_phys virt_to_phys macro
81 virt_to_phys (volatile void *address) in virt_to_phys() function85 #define virt_to_phys virt_to_phys macro
289 #define virt_to_phys virt_to_phys macro290 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
243 #define virt_to_phys(address) ((unsigned long)(address)) macro246 #define virt_to_phys(address) (__pa(address)) macro
64 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() function74 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() function
156 #define virt_to_phys __pa macro
127 #define virt_to_phys __pa macro
49 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function
8 #define virt_to_phys(a) ((unsigned long)__pa(a)) macro
107 static inline unsigned long virt_to_phys(volatile const void *address) in virt_to_phys() function
773 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys() function