Searched refs:SUN3_PAGE_WRITEABLE (Results 1 – 1 of 1) sorted by relevance
31 #define SUN3_PAGE_WRITEABLE (0x40000000) macro49 | SUN3_PAGE_WRITEABLE \59 | SUN3_PAGE_WRITEABLE \65 | SUN3_PAGE_WRITEABLE \134 static inline int pte_write(pte_t pte) { return pte_val(pte) & SUN3_PAGE_WRITEABLE; } in pte_write()138 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect()141 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) |= SUN3_PAGE_WRITEABLE; return pte; } in pte_mkwrite_novma()