Searched defs:virt_to_phys (Results 1 – 5 of 5) sorted by relevance
28 #define virt_to_phys virt_to_phys macro29 static inline phys_addr_t virt_to_phys(volatile void *address) in virt_to_phys() function
59 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function69 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function89 #define virt_to_phys virt_to_phys macro
285 #define virt_to_phys(address) ((unsigned long)(address)) macro288 #define virt_to_phys(address) (__pa(address)) macro
43 #define virt_to_phys(p) ((unsigned long)p) macro
218 def virt_to_phys(self, va): member in aarch64_page_ops