Lines Matching refs:_PAGE_WRITE
191 #define _PAGE_WRITE 0x020 /* SW pte write bit */ macro
342 #define PAGE_WRITE __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
345 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
347 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
674 (pte_val(entry) & _PAGE_WRITE) && in pgste_set_pte()
787 return (pte_val(pte) & _PAGE_WRITE) != 0; in pte_write()
850 if ((pte_val(pte) & _PAGE_DIRTY) && (pte_val(pte) & _PAGE_WRITE)) in pte_modify()
857 pte_val(pte) &= ~_PAGE_WRITE; in pte_wrprotect()
864 pte_val(pte) |= _PAGE_WRITE; in pte_mkwrite()
880 if (pte_val(pte) & _PAGE_WRITE) in pte_mkdirty()
1000 if (MACHINE_HAS_ESOP || !(pte_val(pte) & _PAGE_WRITE)) in ptep_test_and_clear_user_dirty()