Searched refs:__phys_addr_nodebug (Results 1 – 3 of 3) sorted by relevance
12 static inline unsigned long __phys_addr_nodebug(unsigned long x) in __phys_addr_nodebug() function26 #define __phys_addr(x) __phys_addr_nodebug(x)
8 #define __phys_addr_nodebug(x) ((x) - PAGE_OFFSET) macro12 #define __phys_addr(x) __phys_addr_nodebug(x)
41 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x))