Home
last modified time | relevance | path

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

/Linux-v4.19/arch/unicore32/include/asm/
Dpgtable.h51 extern void __pgd_error(const char *file, int line, unsigned long val);
54 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/Linux-v4.19/arch/arm/include/asm/
Dpgtable.h54 extern void __pgd_error(const char *file, int line, pgd_t);
58 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd)
/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h38 extern void __pgd_error(const char *file, int line, unsigned long val);
42 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/Linux-v4.19/arch/unicore32/kernel/
Dtraps.c282 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/Linux-v4.19/arch/nds32/kernel/
Dtraps.c222 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h51 extern void __pgd_error(const char *file, int line, unsigned long val);
577 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/Linux-v4.19/arch/arm64/kernel/
Dtraps.c740 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/Linux-v4.19/arch/arm/kernel/
Dtraps.c785 void __pgd_error(const char *file, int line, pgd_t pgd) in __pgd_error() function