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