Home
last modified time | relevance | path

Searched refs:CF_PAGE_WRITABLE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dmcf_pgtable.h13 #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()
[all …]