Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dsun3_pgtable.h34 #define SUN3_PAGE_MODIFIED (0x01000000) macro
62 | SUN3_PAGE_MODIFIED)
167 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty()
172 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_MODIFIED; return pte; } in pte_mkclean()
175 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } in pte_mkdirty()
Dsun3mmu.h47 | SUN3_PAGE_ACCESSED | SUN3_PAGE_MODIFIED)
/linux-4.1.27/arch/m68k/sun3/
Dmmu_emu.c82 if (val & SUN3_PAGE_MODIFIED) printk (" modified"); in print_pte()
100 flags[5] = (val & SUN3_PAGE_MODIFIED) ? 'm' : '-'; in print_pte()
413 | SUN3_PAGE_MODIFIED); in mmu_emu_handle_fault()