Searched refs:__virt_to_phys_nodebug (Results 1 – 7 of 7) sorted by relevance
247 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function278 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function296 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))302 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
343 #define __virt_to_phys_nodebug(x) ({ \ macro354 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)391 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
17 return __virt_to_phys_nodebug(x); in __virt_to_phys()
44 return __virt_to_phys_nodebug(x); in __virt_to_phys()
36 return __virt_to_phys_nodebug(x); in __virt_to_phys()
92 static inline unsigned long __virt_to_phys_nodebug(volatile const void *address) in __virt_to_phys_nodebug() function100 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
376 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops387 return self.__virt_to_phys_nodebug(va)