Searched refs:__virt_to_phys_nodebug (Results 1 – 4 of 4) sorted by relevance
220 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function252 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function268 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))274 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
259 #define __virt_to_phys_nodebug(x) ({ \ macro270 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)305 #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()