Home
last modified time | relevance | path

Searched defs:pud_dirty (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h927 #define pud_dirty(pud) pte_dirty(pud_pte(pud)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h162 static inline bool pud_dirty(pud_t pud) in pud_dirty() function