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

/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h65 #define _PAGE_EXT_USER_WRITE 0x0200 /* EPR1-bit: User space writable */ macro
184 _PAGE_EXT_USER_WRITE))
203 _PAGE_EXT_USER_WRITE))
210 _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_novma, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);
H A Dpgtable.h133 prot |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE);

Completed in 105 milliseconds