Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h725 static inline pud_t pud_clear_soft_dirty(pud_t pud) in pud_clear_soft_dirty() function
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h940 #define pud_clear_soft_dirty(pmd) pte_pud(pte_clear_soft_dirty(pud_pte(pud))) macro