Home
last modified time | relevance | path

Searched refs:_PAGE_URE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/openrisc/include/asm/
Dpgtable.h127 #define _PAGE_URE 0x040 /* user read enable */ macro
143 #define _PAGE_USER _PAGE_URE
149 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE)
158 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
159 #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
161 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
164 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
166 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
167 #define PAGE_COPY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
/linux-5.19.10/arch/alpha/include/asm/
Dpgtable.h69 #define _PAGE_URE 0x0200 /* xxx */ macro
89 #define __ACCESS_BITS (_PAGE_ACCESSED | _PAGE_KRE | _PAGE_URE)