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