taglinefilesource code
pte_dirty200include/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; }
pte_dirty183include/asm-sparc/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_REF; }