Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/ !
Dmcf_pgtable.h14 #define CF_PAGE_WRITABLE MMUDR_W /* 0x00000008 */ macro
56 | CF_PAGE_WRITABLE \
72 | CF_PAGE_WRITABLE \
79 | CF_PAGE_WRITABLE \
163 return pte_val(pte) & CF_PAGE_WRITABLE; in pte_write()
183 pte_val(pte) &= ~CF_PAGE_WRITABLE; in pte_wrprotect()
213 pte_val(pte) |= CF_PAGE_WRITABLE; in pte_mkwrite()
/linux-6.1.9/arch/m68k/mm/ !
Dmcfmmu.c244 CF_PAGE_WRITABLE),
248 CF_PAGE_WRITABLE),
258 CF_PAGE_WRITABLE |
263 CF_PAGE_WRITABLE |