Searched defs:virt_to_phys (Results 1 – 6 of 6) 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
360 #define virt_to_phys virt_to_phys macro361 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys() function
225 phys_addr_t (*virt_to_phys)(void *addr); member
55 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function65 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function85 #define virt_to_phys virt_to_phys macro
43 #define virt_to_phys(p) ((unsigned long)p) macro
218 def virt_to_phys(self, va): member in aarch64_page_ops