Home
last modified time | relevance | path

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

/linux-4.1.27/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))
/linux-4.1.27/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)
/linux-4.1.27/arch/unicore32/kernel/
Dtraps.c279 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable.h56 extern void __pgd_error(const char *file, int line, unsigned long val);
452 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/linux-4.1.27/arch/arm64/kernel/
Dtraps.c458 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/linux-4.1.27/arch/arm/kernel/
Dtraps.c804 void __pgd_error(const char *file, int line, pgd_t pgd) in __pgd_error() function