Searched refs:__virt_to_phys_nodebug (Results 1 – 4 of 4) sorted by relevance
215 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function247 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function263 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))269 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
260 #define __virt_to_phys_nodebug(x) ({ \ macro271 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)306 #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()