Searched refs:__pmd_error (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | pgtable.h | 52 extern void __pmd_error(const char *file, int line, pmd_t); 56 #define pmd_ERROR(pmd)		__pmd_error(__FILE__, __LINE__, pmd)
  | 
| /linux-4.1.27/arch/unicore32/kernel/ | 
| D | traps.c | 274 void __pmd_error(const char *file, int line, unsigned long val)  in __pmd_error()  function
  | 
| /linux-4.1.27/arch/arm64/include/asm/ | 
| D | pgtable.h | 54 extern void __pmd_error(const char *file, int line, unsigned long val); 381 #define pmd_ERROR(pmd)		__pmd_error(__FILE__, __LINE__, pmd_val(pmd))
  | 
| /linux-4.1.27/arch/arm64/kernel/ | 
| D | traps.c | 448 void __pmd_error(const char *file, int line, unsigned long val)  in __pmd_error()  function
  | 
| /linux-4.1.27/arch/arm/kernel/ | 
| D | traps.c | 799 void __pmd_error(const char *file, int line, pmd_t pmd)  in __pmd_error()  function
  |