_PAGE_SRE         151 arch/openrisc/include/asm/pgtable.h #define _PAGE_READ     (_PAGE_URE | _PAGE_SRE)
_PAGE_SRE         157 arch/openrisc/include/asm/pgtable.h 	(_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
_PAGE_SRE         160 arch/openrisc/include/asm/pgtable.h #define PAGE_READONLY   __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
_PAGE_SRE         161 arch/openrisc/include/asm/pgtable.h #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
_PAGE_SRE         163 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
_PAGE_SRE         166 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
_PAGE_SRE         168 arch/openrisc/include/asm/pgtable.h #define PAGE_COPY       __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
_PAGE_SRE         169 arch/openrisc/include/asm/pgtable.h #define PAGE_COPY_X     __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
_PAGE_SRE         172 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \
_PAGE_SRE         175 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_SRE \
_PAGE_SRE         178 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \