Searched defs:pgd_bad (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm/include/asm/ | ||
| H A D | pgtable-nommu.h | 22 #define pgd_bad(pgd) (0) macro |
| /linux/arch/riscv/include/asm/ | ||
| H A D | pgtable-64.h | 367 static inline int pgd_bad(pgd_t pgd) in pgd_bad() function |