SUN3_PAGE_WRITEABLE 50 include/asm-m68k/sun3_pgtable.h | SUN3_PAGE_WRITEABLE \ SUN3_PAGE_WRITEABLE 60 include/asm-m68k/sun3_pgtable.h | SUN3_PAGE_WRITEABLE \ SUN3_PAGE_WRITEABLE 66 include/asm-m68k/sun3_pgtable.h | SUN3_PAGE_WRITEABLE \ SUN3_PAGE_WRITEABLE 168 include/asm-m68k/sun3_pgtable.h static inline int pte_write(pte_t pte) { return pte_val(pte) & SUN3_PAGE_WRITEABLE; } SUN3_PAGE_WRITEABLE 174 include/asm-m68k/sun3_pgtable.h static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } SUN3_PAGE_WRITEABLE 177 include/asm-m68k/sun3_pgtable.h static inline pte_t pte_mkwrite(pte_t pte) { pte_val(pte) |= SUN3_PAGE_WRITEABLE; return pte; }