_PAGE_URE          90 arch/alpha/include/asm/pgtable.h #define __ACCESS_BITS	(_PAGE_ACCESSED | _PAGE_KRE | _PAGE_URE)
_PAGE_URE         145 arch/openrisc/include/asm/pgtable.h #define _PAGE_USER     _PAGE_URE
_PAGE_URE         151 arch/openrisc/include/asm/pgtable.h #define _PAGE_READ     (_PAGE_URE | _PAGE_SRE)
_PAGE_URE         160 arch/openrisc/include/asm/pgtable.h #define PAGE_READONLY   __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
_PAGE_URE         161 arch/openrisc/include/asm/pgtable.h #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
_PAGE_URE         163 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
_PAGE_URE         166 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
_PAGE_URE         168 arch/openrisc/include/asm/pgtable.h #define PAGE_COPY       __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
_PAGE_URE         169 arch/openrisc/include/asm/pgtable.h #define PAGE_COPY_X     __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)