Lines Matching refs:__pgprot
128 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | \
130 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \
133 #define PAGE_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
136 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \
138 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | \
152 #define __P000 __pgprot(_PAGE_PRESENT | _PAGE_USER | CACHEDEF)
153 #define __P001 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | CACHEDEF)
156 #define __P100 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
158 #define __P101 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_EXECUTE | \
166 #define __S010 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
168 #define __S011 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \
170 #define __S100 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
173 #define __S110 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
175 #define __S111 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \