Searched defs:pud_young (Results 1 – 2 of 2) sorted by relevance
/arch/arm64/include/asm/ | ||
D | pgtable.h | 405 #define pud_young(pud) pte_young(pud_pte(pud)) macro |
/arch/x86/include/asm/ | ||
D | pgtable.h | 177 static inline int pud_young(pud_t pud) in pud_young() function |