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