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