Lines Matching refs:CF_PAGE_WRITABLE
13 #define CF_PAGE_WRITABLE MMUDR_W /* 0x00000008 */ macro
55 | CF_PAGE_WRITABLE \
71 | CF_PAGE_WRITABLE \
78 | CF_PAGE_WRITABLE \
99 | CF_PAGE_WRITABLE)
103 | CF_PAGE_WRITABLE)
113 | CF_PAGE_WRITABLE \
118 | CF_PAGE_WRITABLE \
227 return pte_val(pte) & CF_PAGE_WRITABLE; in pte_write()
252 pte_val(pte) &= ~CF_PAGE_WRITABLE; in pte_wrprotect()
282 pte_val(pte) |= CF_PAGE_WRITABLE; in pte_mkwrite()