Searched refs:pud_dirty (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Ddebug_vm_pgtable.c318 WARN_ON(pud_dirty(pud_wrprotect(pud)));
322 WARN_ON(!pud_dirty(pud_mkdirty(pud_mkclean(pud))));
323 WARN_ON(pud_dirty(pud_mkclean(pud_mkdirty(pud))));
327 WARN_ON(pud_dirty(pud_wrprotect(pud_mkclean(pud))));
328 WARN_ON(!pud_dirty(pud_wrprotect(pud_mkdirty(pud))));
392 WARN_ON(!(pud_write(pud) && pud_dirty(pud)));
H A Dmapping_dirty_helpers.c156 WARN_ON(pud_write(pudval) || pud_dirty(pudval));
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h900 #define pud_dirty(pud) pte_dirty(pud_pte(pud)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h162 static inline bool pud_dirty(pud_t pud) function

Completed in 226 milliseconds