Searched refs:__virt_to_phys_nodebug (Results 1 – 4 of 4) sorted by relevance
263 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function294 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function310 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))316 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
250 #define __virt_to_phys_nodebug(x) ({ \ macro261 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)296 #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()