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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgtable.h88 #define _PAGE_EXT_USER_WRITE 0x0200 /* EPR1-bit: User space writable */ macro
183 _PAGE_EXT_USER_WRITE))
198 _PAGE_EXT(_PAGE_EXT_USER_WRITE))
202 _PAGE_EXT(_PAGE_EXT_USER_WRITE | \
370 #define pte_write(pte) ((pte).pte_high & _PAGE_EXT_USER_WRITE)
388 PTE_BIT_FUNC(high, wrprotect, &= ~_PAGE_EXT_USER_WRITE);
389 PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);

Completed in 102 milliseconds