Home
last modified time | relevance | path

Searched refs:SUN3_PAGE_MODIFIED (Results 1 – 2 of 2) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h35 #define SUN3_PAGE_MODIFIED (0x01000000) macro
63 | SUN3_PAGE_MODIFIED)
135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty()
139 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_MODIFIED; return pte; } in pte_mkclean()
142 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } in pte_mkdirty()
H A Dsun3mmu.h48 | SUN3_PAGE_ACCESSED | SUN3_PAGE_MODIFIED)