SUN3_PAGE_WRITEABLE 49 arch/m68k/include/asm/sun3_pgtable.h | SUN3_PAGE_WRITEABLE \ SUN3_PAGE_WRITEABLE 59 arch/m68k/include/asm/sun3_pgtable.h | SUN3_PAGE_WRITEABLE \ SUN3_PAGE_WRITEABLE 65 arch/m68k/include/asm/sun3_pgtable.h | SUN3_PAGE_WRITEABLE \ SUN3_PAGE_WRITEABLE 167 arch/m68k/include/asm/sun3_pgtable.h static inline int pte_write(pte_t pte) { return pte_val(pte) & SUN3_PAGE_WRITEABLE; } SUN3_PAGE_WRITEABLE 172 arch/m68k/include/asm/sun3_pgtable.h static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } SUN3_PAGE_WRITEABLE 175 arch/m68k/include/asm/sun3_pgtable.h static inline pte_t pte_mkwrite(pte_t pte) { pte_val(pte) |= SUN3_PAGE_WRITEABLE; return pte; } SUN3_PAGE_WRITEABLE 80 arch/m68k/sun3/mmu_emu.c if (val & SUN3_PAGE_WRITEABLE) pr_cont(" write"); SUN3_PAGE_WRITEABLE 98 arch/m68k/sun3/mmu_emu.c flags[1] = (val & SUN3_PAGE_WRITEABLE) ? 'w' : '-'; SUN3_PAGE_WRITEABLE 414 arch/m68k/sun3/mmu_emu.c if (pte_val (*pte) & SUN3_PAGE_WRITEABLE)