Lines Matching refs:__pgprot
62 #define PAGE_NONE __pgprot(CF_PAGE_VALID \
65 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \
69 #define PAGE_INIT __pgprot(CF_PAGE_VALID \
75 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \
83 #define PAGE_COPY __pgprot(CF_PAGE_VALID \
94 #define __P001 __pgprot(CF_PAGE_VALID \
97 #define __P010 __pgprot(CF_PAGE_VALID \
100 #define __P011 __pgprot(CF_PAGE_VALID \
104 #define __P100 __pgprot(CF_PAGE_VALID \
107 #define __P101 __pgprot(CF_PAGE_VALID \
111 #define __P110 __pgprot(CF_PAGE_VALID \
115 #define __P111 __pgprot(CF_PAGE_VALID \
122 #define __S001 __pgprot(CF_PAGE_VALID \
126 #define __S011 __pgprot(CF_PAGE_VALID \
130 #define __S100 __pgprot(CF_PAGE_VALID \
133 #define __S101 __pgprot(CF_PAGE_VALID \
137 #define __S110 __pgprot(CF_PAGE_VALID \
141 #define __S111 __pgprot(CF_PAGE_VALID \