__pmd_error
extern void __pmd_error(const char *file, int line, pmd_t);
#define pmd_ERROR(pmd) __pmd_error(__FILE__, __LINE__, pmd)