Home
last modified time | relevance | path

Searched refs:pud_dirty (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dmapping_dirty_helpers.c156 WARN_ON(pud_write(pudval) || pud_dirty(pudval)); in wp_clean_pud_entry()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst168 | pud_dirty | Tests a dirty PUD |
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h898 #define pud_dirty(pud) pte_dirty(pud_pte(pud)) macro