Searched refs:SUN3_PAGE_WRITEABLE (Results 1 – 2 of 2) sorted by relevance
30 #define SUN3_PAGE_WRITEABLE (0x40000000) macro50 | SUN3_PAGE_WRITEABLE \60 | SUN3_PAGE_WRITEABLE \66 | SUN3_PAGE_WRITEABLE \168 static inline int pte_write(pte_t pte) { return pte_val(pte) & SUN3_PAGE_WRITEABLE; } in pte_write()174 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect()177 static inline pte_t pte_mkwrite(pte_t pte) { pte_val(pte) |= SUN3_PAGE_WRITEABLE; return pte; } in pte_mkwrite()
77 if (val & SUN3_PAGE_WRITEABLE) printk (" write"); in print_pte()95 flags[1] = (val & SUN3_PAGE_WRITEABLE) ? 'w' : '-'; in print_pte()410 if (pte_val (*pte) & SUN3_PAGE_WRITEABLE) in mmu_emu_handle_fault()