Searched defs:__virt_to_phys_nodebug (Results 1 – 2 of 2) 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() function
250 #define __virt_to_phys_nodebug(x) ({ \ macro