Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmcf_pgtable.h14 #define CF_PAGE_WRITABLE MMUDR_W /* 0x00000008 */ macro
56 | CF_PAGE_WRITABLE \
72 | CF_PAGE_WRITABLE \
79 | CF_PAGE_WRITABLE \
100 | CF_PAGE_WRITABLE)
104 | CF_PAGE_WRITABLE)
114 | CF_PAGE_WRITABLE \
119 | CF_PAGE_WRITABLE \
220 return pte_val(pte) & CF_PAGE_WRITABLE; in pte_write()
240 pte_val(pte) &= ~CF_PAGE_WRITABLE; in pte_wrprotect()
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A 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()
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dmcfmmu.c235 CF_PAGE_WRITABLE),
239 CF_PAGE_WRITABLE),
249 CF_PAGE_WRITABLE |
254 CF_PAGE_WRITABLE |

Completed in 3 milliseconds