Home
last modified time | relevance | path

Searched defs:pud_young (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h523 #define pud_young(pud) pte_young(pud_pte(pud)) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h902 #define pud_young(pud) pte_young(pud_pte(pud)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h167 static inline int pud_young(pud_t pud) in pud_young() function