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