Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/include/asm/
Dpgtable.h48 extern void __pgd_error(const char *file, int line, unsigned long val);
51 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/Linux-v5.4/arch/arm/include/asm/
Dpgtable.h51 extern void __pgd_error(const char *file, int line, pgd_t);
55 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd)
/Linux-v5.4/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-v5.4/arch/unicore32/kernel/
Dtraps.c280 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/Linux-v5.4/arch/nds32/kernel/
Dtraps.c223 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h41 extern void __pgd_error(const char *file, int line, unsigned long val);
647 #define pgd_ERROR(pgd) __pgd_error(__FILE__, __LINE__, pgd_val(pgd))
/Linux-v5.4/arch/arm/kernel/
Dtraps.c754 void __pgd_error(const char *file, int line, pgd_t pgd) in __pgd_error() function
/Linux-v5.4/arch/arm64/kernel/
Dtraps.c928 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() function