Lines Matching refs:__pgprot
179 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
182 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
189 #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
198 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
203 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
208 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
217 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
225 __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | \
232 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
239 __pgprot(0)
242 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
245 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
249 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \
252 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \
259 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \
264 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
268 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
273 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
278 #define PAGE_NONE __pgprot(0)
279 #define PAGE_SHARED __pgprot(0)
280 #define PAGE_COPY __pgprot(0)
281 #define PAGE_EXECREAD __pgprot(0)
282 #define PAGE_RWX __pgprot(0)
283 #define PAGE_READONLY __pgprot(0)
284 #define PAGE_WRITEONLY __pgprot(0)
285 #define PAGE_KERNEL __pgprot(0)
286 #define PAGE_KERNEL_NOCACHE __pgprot(0)
287 #define PAGE_KERNEL_RO __pgprot(0)
290 __pgprot(0)
384 __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE)