Searched refs:__pgd_error (Results 1 – 2 of 2) sorted by relevance
59 extern void __pgd_error(const char *file, int line, pgd_t);63 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd)
771 void __pgd_error(const char *file, int line, pgd_t pgd) in __pgd_error() function