SUN3_PAGE_MODIFIED 64 include/asm-m68k/sun3_pgtable.h | SUN3_PAGE_MODIFIED) SUN3_PAGE_MODIFIED 169 include/asm-m68k/sun3_pgtable.h static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } SUN3_PAGE_MODIFIED 175 include/asm-m68k/sun3_pgtable.h static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_MODIFIED; return pte; } SUN3_PAGE_MODIFIED 178 include/asm-m68k/sun3_pgtable.h static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } SUN3_PAGE_MODIFIED 47 include/asm-m68k/sun3mmu.h | SUN3_PAGE_ACCESSED | SUN3_PAGE_MODIFIED)