Lines Matching refs:__pgprot
134 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
136 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
139 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
141 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
143 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
147 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
149 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
163 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
164 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
165 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC)
166 #define PAGE_KERNEL_RX __pgprot(__PAGE_KERNEL_RX)
167 #define PAGE_KERNEL_NOCACHE __pgprot(__PAGE_KERNEL_NOCACHE)
168 #define PAGE_KERNEL_LARGE __pgprot(__PAGE_KERNEL_LARGE)
169 #define PAGE_KERNEL_LARGE_EXEC __pgprot(__PAGE_KERNEL_LARGE_EXEC)
361 ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))