taglinefilesource code
pte_dirty273include/asm-alpha/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_DIRTY; }
pte_dirty328include/asm-i386/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_DIRTY; }
pte_dirty268include/asm-mips/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_MODIFIED; }
pte_dirty250include/asm-ppc/pgtable.hextern inline int pte_dirty(pte_t pte)    { return pte_val(pte) & _PAGE_DIRTY; }