Searched refs:__pte_error (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable.h | 57 extern void __pte_error(const char *file, int line, pte_t); 61 #define pte_ERROR(pte) __pte_error(__FILE__, __LINE__, pte)
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | pgtable.h | 30 extern void __pte_error(const char *file, int line, unsigned long val); 33 #define pte_ERROR(pte) __pte_error(__FILE__, __LINE__, pte_val(pte))
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | traps.c | 214 void __pte_error(const char *file, int line, unsigned long val) in __pte_error() function
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | traps.c | 754 void __pte_error(const char *file, int line, pte_t pte) in __pte_error() function
|