Searched refs:__pte_error (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/arm/include/asm/ |
| D | pgtable.h | 48 extern void __pte_error(const char *file, int line, pte_t); 52 #define pte_ERROR(pte) __pte_error(__FILE__, __LINE__, pte)
|
| /Linux-v5.10/arch/nds32/include/asm/ |
| 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))
|
| /Linux-v5.10/arch/nds32/kernel/ |
| D | traps.c | 214 void __pte_error(const char *file, int line, unsigned long val) in __pte_error() function
|
| /Linux-v5.10/arch/arm/kernel/ |
| D | traps.c | 753 void __pte_error(const char *file, int line, pte_t pte) in __pte_error() function
|