taglinefilesource code
pte_dirty211include/asm-alpha/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_DIRTY; }
pte_dirty172include/asm-i386/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_DIRTY; }
pte_dirty198include/asm-mips/page.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_DIRTY; }