Home
last modified time | relevance | path

Searched refs:__pgd_error (Results 1 – 6 of 6) sorted by relevance

/arch/unicore32/include/asm/
Dpgtable.h50 extern void __pgd_error(const char *file, int line, unsigned long val);
53 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/arch/arm/include/asm/
Dpgtable.h53 extern void __pgd_error(const char *file, int line, pgd_t);
57 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd)
/arch/unicore32/kernel/
Dtraps.c279 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/arch/arm64/include/asm/
Dpgtable.h62 extern void __pgd_error(const char *file, int line, unsigned long val);
574 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/arch/arm64/kernel/
Dtraps.c565 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/arch/arm/kernel/
Dtraps.c755 void __pgd_error(const char *file, int line, pgd_t pgd) in __pgd_error() function