Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h154 #define _PAGE_ALL (_PAGE_PRESENT | _PAGE_ACCESSED) macro
158 #define PAGE_NONE __pgprot(_PAGE_ALL)
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_SWE \
174 __pgprot(_PAGE_ALL | _PAGE_SRE \
[all …]