Searched defs:__virt_to_phys_nodebug (Results 1 – 4 of 4) sorted by relevance
253 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function284 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
338 #define __virt_to_phys_nodebug(x) ({ \ macro
103 static inline unsigned long __virt_to_phys_nodebug(volatile const void *address) in __virt_to_phys_nodebug() function
205 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops