Lines Matching refs:__pgprot
159 #define PAGE_NONE __pgprot(__PAGE_NONE | _PAGE_NX)
160 #define PAGE_SHARED_NOEXEC __pgprot(__PAGE_SHARED | _PAGE_NX)
161 #define PAGE_COPY_NOEXEC __pgprot(__PAGE_COPY | _PAGE_NX)
162 #define PAGE_READONLY_NOEXEC __pgprot(__PAGE_READONLY | _PAGE_NX)
163 #define PAGE_SHARED_EXEC __pgprot(__PAGE_SHARED)
164 #define PAGE_COPY_EXEC __pgprot(__PAGE_COPY)
165 #define PAGE_READONLY_EXEC __pgprot(__PAGE_READONLY)
179 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
180 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
181 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC)
182 #define PAGE_KERNEL_NOCACHE __pgprot(__PAGE_KERNEL_NOCACHE)
183 #define PAGE_KERNEL_LARGE __pgprot(__PAGE_KERNEL_LARGE)
184 #define PAGE_KERNEL_LARGE_EXEC __pgprot(__PAGE_KERNEL_LARGE_EXEC)
187 #define PAGE_USERIO __pgprot(__PAGE_USERIO)
378 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHE)
384 #define pgprot_through(prot) __pgprot(pgprot_val(prot) | _PAGE_CACHE_WT)
402 #define page_pte(page) page_pte_prot((page), __pgprot(0))