Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgtable.h131 #define _PAGE_SRE 0x100 /* superuser read enable */ macro
150 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE)
156 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
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)
171 __pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SW
[all...]
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dpgtable.h130 #define _PAGE_SRE 0x100 /* superuser read enable */ macro
149 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE)
155 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
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)
173 __pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SW
[all...]

Completed in 2 milliseconds