Searched refs:__PAGE_PROT_WRITE (Results 1 – 1 of 1) sorted by relevance
142 #define __PAGE_PROT_WRITE 0x040 macro241 static inline int pte_write(pte_t pte) { return pte_val(pte) & __PAGE_PROT_WRITE; } in pte_write()260 pte_val(pte) &= ~(__PAGE_PROT_WRITE|__PAGE_PROT_UWAUX); return pte; in pte_wrprotect()278 pte_val(pte) |= __PAGE_PROT_WRITE; in pte_mkwrite()375 pte_val(*ptep) &= ~(__PAGE_PROT_WRITE|__PAGE_PROT_UWAUX); in ptep_set_wrprotect()