Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/asm/
Dpgtable_32.h64 #define _PAGE_EXT_USER_WRITE 0x0200 /* EPR1-bit: User space writable */ macro
183 _PAGE_EXT_USER_WRITE))
202 _PAGE_EXT_USER_WRITE))
209 _PAGE_EXT_USER_WRITE | \
346 ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
360 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE));
361 PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);
/linux-4.4.14/arch/sh/mm/
Dgup.c83 result |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE); in gup_pte_range()