Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dmcf_pgtable.h14 #define CF_PAGE_WRITABLE MMUDR_W /* 0x00000008 */ macro
59 | CF_PAGE_WRITABLE \
75 | CF_PAGE_WRITABLE \
82 | CF_PAGE_WRITABLE \
165 return pte_val(pte) & CF_PAGE_WRITABLE; in pte_write()
185 pte_val(pte) &= ~CF_PAGE_WRITABLE; in pte_wrprotect()
215 pte_val(pte) |= CF_PAGE_WRITABLE; in pte_mkwrite_novma()
/linux-6.12.1/arch/m68k/mm/
Dmcfmmu.c234 CF_PAGE_WRITABLE),
238 CF_PAGE_WRITABLE),
248 CF_PAGE_WRITABLE |
253 CF_PAGE_WRITABLE |