__pgprot          164 arch/x86/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
__pgprot           14 arch/x86/include/asm/pgtable.h 	 ? (__pgprot(pgprot_val(prot) | _PAGE_CACHE_UC_MINUS))	\
__pgprot          399 arch/x86/include/asm/pgtable.h 	return __pgprot(preservebits | addbits);
__pgprot          402 arch/x86/include/asm/pgtable.h #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK)
__pgprot          404 arch/x86/include/asm/pgtable.h #define canon_pgprot(p) __pgprot(massage_pgprot(p))
__pgprot          137 arch/x86/include/asm/pgtable_types.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot          138 arch/x86/include/asm/pgtable_types.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
__pgprot          141 arch/x86/include/asm/pgtable_types.h #define PAGE_SHARED_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_RW |	\
__pgprot          143 arch/x86/include/asm/pgtable_types.h #define PAGE_COPY_NOEXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          145 arch/x86/include/asm/pgtable_types.h #define PAGE_COPY_EXEC		__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          148 arch/x86/include/asm/pgtable_types.h #define PAGE_READONLY		__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          150 arch/x86/include/asm/pgtable_types.h #define PAGE_READONLY_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          175 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL			__pgprot(__PAGE_KERNEL)
__pgprot          176 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_RO			__pgprot(__PAGE_KERNEL_RO)
__pgprot          177 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_EXEC		__pgprot(__PAGE_KERNEL_EXEC)
__pgprot          178 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_RX			__pgprot(__PAGE_KERNEL_RX)
__pgprot          179 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_WC			__pgprot(__PAGE_KERNEL_WC)
__pgprot          180 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_NOCACHE		__pgprot(__PAGE_KERNEL_NOCACHE)
__pgprot          181 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_UC_MINUS		__pgprot(__PAGE_KERNEL_UC_MINUS)
__pgprot          182 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_EXEC_NOCACHE	__pgprot(__PAGE_KERNEL_EXEC_NOCACHE)
__pgprot          183 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_LARGE		__pgprot(__PAGE_KERNEL_LARGE)
__pgprot          184 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_LARGE_NOCACHE	__pgprot(__PAGE_KERNEL_LARGE_NOCACHE)
__pgprot          185 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_LARGE_EXEC		__pgprot(__PAGE_KERNEL_LARGE_EXEC)
__pgprot          186 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_VSYSCALL		__pgprot(__PAGE_KERNEL_VSYSCALL)
__pgprot          187 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_VVAR		__pgprot(__PAGE_KERNEL_VVAR)
__pgprot          188 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_VVAR_NOCACHE	__pgprot(__PAGE_KERNEL_VVAR_NOCACHE)
__pgprot          190 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_IO			__pgprot(__PAGE_KERNEL_IO)
__pgprot          191 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_IO_NOCACHE		__pgprot(__PAGE_KERNEL_IO_NOCACHE)
__pgprot          192 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_IO_UC_MINUS		__pgprot(__PAGE_KERNEL_IO_UC_MINUS)
__pgprot          193 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_IO_WC		__pgprot(__PAGE_KERNEL_IO_WC)
__pgprot           56 include/asm-generic/fixmap.h #define FIXMAP_PAGE_CLEAR __pgprot(0)
__pgprot         1983 include/linux/mm.h 	return __pgprot(0);
__pgprot           42 include/linux/mman.h #define arch_vm_get_page_prot(vm_flags) __pgprot(0)