Searched refs:__pgd_error (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable.h | 59 extern void __pgd_error(const char *file, int line, pgd_t); 63 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd)
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | pgtable.h | 31 extern void __pgd_error(const char *file, int line, unsigned long val); 34 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | traps.c | 224 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | traps.c | 764 void __pgd_error(const char *file, int line, pgd_t pgd) in __pgd_error() function
|