Searched refs:__virt_to_phys_nodebug (Results 1 – 4 of 4) sorted by relevance
218 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function250 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function266 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))272 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
232 #define __virt_to_phys_nodebug(x) ({ \ macro244 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)279 #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()