Lines Matching refs:_PAGE_ALL
153 #define _PAGE_ALL (_PAGE_PRESENT | _PAGE_ACCESSED) macro
160 #define PAGE_NONE __pgprot(_PAGE_ALL)
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_SWE \
176 __pgprot(_PAGE_ALL | _PAGE_SRE \
179 __pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \