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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h29 #define _PAGE_EXT_USER_WRITE 0x0200 /* EPR1-bit: User space writable */ macro
149 _PAGE_EXT_USER_WRITE))
168 _PAGE_EXT_USER_WRITE))
175 _PAGE_EXT_USER_WRITE | \
319 ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
333 PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE));
334 PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);

Completed in 30 milliseconds