__pa_nodebug
#define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
#define __pa_nodebug(x) ((unsigned long)(x))
static inline unsigned long __pa_nodebug(unsigned long x)
#define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x))