__virt_to_phys_nodebug
#define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
#define __virt_to_phys(x) __virt_to_phys_nodebug(x)
return __virt_to_phys_nodebug(x);
#define __virt_to_phys(x) __virt_to_phys_nodebug(x)
#define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
return __virt_to_phys_nodebug(x);
#define __virt_to_phys(x) __virt_to_phys_nodebug(x)
return __virt_to_phys_nodebug(x);