Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgtable.h128 #define _PAGE_URE 0x040 /* user read enable */ macro
144 #define _PAGE_USER _PAGE_URE
150 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE)
159 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
160 #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
162 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
165 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
167 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
168 #define PAGE_COPY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dpgtable.h127 #define _PAGE_URE 0x040 /* user read enable */ macro
143 #define _PAGE_USER _PAGE_URE
149 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE)
161 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
162 #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
164 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
167 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
169 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
170 #define PAGE_COPY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dpgtable.h70 #define _PAGE_URE 0x0200 /* xxx */ macro
90 #define __ACCESS_BITS (_PAGE_ACCESSED | _PAGE_KRE | _PAGE_URE)
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dpgtable.h68 #define _PAGE_URE 0x0200 /* xxx */ macro
91 #define __ACCESS_BITS (_PAGE_ACCESSED | _PAGE_KRE | _PAGE_URE)

Completed in 4 milliseconds