__pgprot          227 arch/x86/mm/dump_pagetables.c 				note_page(m, st, __pgprot(prot), 3);
__pgprot          232 arch/x86/mm/dump_pagetables.c 			note_page(m, st, __pgprot(0), 3);
__pgprot          259 arch/x86/mm/dump_pagetables.c 				note_page(m, st, __pgprot(prot), 2);
__pgprot          264 arch/x86/mm/dump_pagetables.c 			note_page(m, st, __pgprot(0), 2);
__pgprot          294 arch/x86/mm/dump_pagetables.c 				note_page(m, &st, __pgprot(prot), 1);
__pgprot          299 arch/x86/mm/dump_pagetables.c 			note_page(m, &st, __pgprot(0), 1);
__pgprot          306 arch/x86/mm/dump_pagetables.c 	note_page(m, &st, __pgprot(0), 0);
__pgprot          253 arch/x86/mm/init_32.c 					__pgprot(PTE_IDENT_ATTR |
__pgprot          283 arch/x86/mm/init_32.c 				pgprot_t init_prot = __pgprot(PTE_IDENT_ATTR);
__pgprot          431 arch/x86/mm/init_64.c 					__pgprot(pgprot_val(prot) | _PAGE_PSE)));
__pgprot          616 arch/x86/mm/ioremap.c 		__early_set_fixmap(idx, 0, __pgprot(0));
__pgprot           35 arch/x86/mm/pageattr-test.c #define PAGE_CPA_TEST	__pgprot(_PAGE_CPA_TEST)
__pgprot          147 arch/x86/mm/pageattr-test.c 		pte0 = pfn_pte(0, __pgprot(0)); /* shut gcc up */
__pgprot          249 arch/x86/mm/pageattr.c 	pgprot_t forbidden = __pgprot(0);
__pgprot          274 arch/x86/mm/pageattr.c 	prot = __pgprot(pgprot_val(prot) & ~pgprot_val(forbidden));
__pgprot          844 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(addr, numpages, mask, __pgprot(0), 0,
__pgprot          851 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(addr, numpages, __pgprot(0), mask, 0,
__pgprot          861 arch/x86/mm/pageattr.c 				    __pgprot(_PAGE_CACHE_UC_MINUS), 0);
__pgprot          897 arch/x86/mm/pageattr.c 				    __pgprot(_PAGE_CACHE_UC_MINUS), 1);
__pgprot          918 arch/x86/mm/pageattr.c 				    __pgprot(_PAGE_CACHE_WC), 0);
__pgprot          937 arch/x86/mm/pageattr.c 				      __pgprot(_PAGE_CACHE_MASK), 0);
__pgprot          964 arch/x86/mm/pageattr.c 				      __pgprot(_PAGE_CACHE_MASK), 1);
__pgprot          970 arch/x86/mm/pageattr.c 	return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_NX), 0);
__pgprot          976 arch/x86/mm/pageattr.c 	return change_page_attr_set(&addr, numpages, __pgprot(_PAGE_NX), 0);
__pgprot          982 arch/x86/mm/pageattr.c 	return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_RW), 0);
__pgprot          988 arch/x86/mm/pageattr.c 	return change_page_attr_set(&addr, numpages, __pgprot(_PAGE_RW), 0);
__pgprot          994 arch/x86/mm/pageattr.c 	return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_PRESENT), 0);
__pgprot          999 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(&addr, numpages, __pgprot(0),
__pgprot         1000 arch/x86/mm/pageattr.c 					__pgprot(0), 1, 0);
__pgprot         1056 arch/x86/mm/pageattr.c 				.mask_set = __pgprot(_PAGE_PRESENT | _PAGE_RW),
__pgprot         1057 arch/x86/mm/pageattr.c 				.mask_clr = __pgprot(0),
__pgprot         1074 arch/x86/mm/pageattr.c 				.mask_set = __pgprot(0),
__pgprot         1075 arch/x86/mm/pageattr.c 				.mask_clr = __pgprot(_PAGE_PRESENT | _PAGE_RW),
__pgprot          566 arch/x86/mm/pat.c 	*vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) |
__pgprot          309 arch/x86/pci/i386.c 	vma->vm_page_prot = __pgprot(prot);
__pgprot           74 include/asm-cris/arch-v10/mmu.h #define PAGE_NONE       __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
__pgprot           75 include/asm-cris/arch-v10/mmu.h #define PAGE_SHARED     __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \
__pgprot           77 include/asm-cris/arch-v10/mmu.h #define PAGE_COPY       __pgprot(_PAGE_PRESENT | __READABLE)  // | _PAGE_COW
__pgprot           78 include/asm-cris/arch-v10/mmu.h #define PAGE_READONLY   __pgprot(_PAGE_PRESENT | __READABLE)
__pgprot           79 include/asm-cris/arch-v10/mmu.h #define PAGE_KERNEL     __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \
__pgprot           67 include/asm-cris/arch-v32/mmu.h #define PAGE_NONE       __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
__pgprot           68 include/asm-cris/arch-v32/mmu.h #define PAGE_SHARED     __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \
__pgprot           70 include/asm-cris/arch-v32/mmu.h #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \
__pgprot           73 include/asm-cris/arch-v32/mmu.h #define PAGE_READONLY   __pgprot(_PAGE_PRESENT | __READABLE)
__pgprot           74 include/asm-cris/arch-v32/mmu.h #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_EXECUTE | _PAGE_ACCESSED)
__pgprot           76 include/asm-cris/arch-v32/mmu.h #define PAGE_COPY       __pgprot(_PAGE_PRESENT | __READABLE)
__pgprot           77 include/asm-cris/arch-v32/mmu.h #define PAGE_COPY_EXEC	__pgprot(_PAGE_PRESENT | __READABLE | _PAGE_EXECUTE)
__pgprot           78 include/asm-cris/arch-v32/mmu.h #define PAGE_KERNEL     __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \
__pgprot           80 include/asm-cris/arch-v32/mmu.h #define PAGE_KERNEL_EXEC __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | _PAGE_EXECUTE | \
__pgprot           82 include/asm-cris/arch-v32/mmu.h #define PAGE_SIGNAL_TRAMPOLINE __pgprot(_PAGE_GLOBAL | _PAGE_EXECUTE | \
__pgprot           53 include/asm-frv/pgtable.h #define PAGE_NONE		__pgprot(0)	/* these mean nothing to NO_MM */
__pgprot           54 include/asm-frv/pgtable.h #define PAGE_SHARED		__pgprot(0)	/* these mean nothing to NO_MM */
__pgprot           55 include/asm-frv/pgtable.h #define PAGE_COPY		__pgprot(0)	/* these mean nothing to NO_MM */
__pgprot           56 include/asm-frv/pgtable.h #define PAGE_READONLY		__pgprot(0)	/* these mean nothing to NO_MM */
__pgprot           57 include/asm-frv/pgtable.h #define PAGE_KERNEL		__pgprot(0)	/* these mean nothing to NO_MM */
__pgprot          311 include/asm-frv/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot          312 include/asm-frv/pgtable.h #define PAGE_SHARED	__pgprot(__PGPROT_BASE)
__pgprot          313 include/asm-frv/pgtable.h #define PAGE_COPY	__pgprot(__PGPROT_BASE | _PAGE_WP)
__pgprot          314 include/asm-frv/pgtable.h #define PAGE_READONLY	__pgprot(__PGPROT_BASE | _PAGE_WP)
__pgprot          320 include/asm-frv/pgtable.h #define MAKE_GLOBAL(x) __pgprot((x) & ~_PAGE_NOTGLOBAL)
__pgprot          416 include/asm-frv/pgtable.h #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE))
__pgprot          118 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot          120 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_WRITE | _PAGE_READ | _PAGE_ACCESSED)
__pgprot          122 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_WRITE | _PAGE_READ \
__pgprot          125 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_ACCESSED)
__pgprot          127 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_ACCESSED)
__pgprot          129 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_ACCESSED)
__pgprot          131 include/asm-m32r/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_ACCESSED)
__pgprot          139 include/asm-m32r/pgtable.h #define MAKE_GLOBAL(x)	__pgprot((x) | _PAGE_GLOBAL)
__pgprot          146 include/asm-m32r/pgtable.h #define PAGE_NONE		__pgprot(0)
__pgprot          147 include/asm-m32r/pgtable.h #define PAGE_SHARED		__pgprot(0)
__pgprot          148 include/asm-m32r/pgtable.h #define PAGE_SHARED_EXEC	__pgprot(0)
__pgprot          149 include/asm-m32r/pgtable.h #define PAGE_COPY		__pgprot(0)
__pgprot          150 include/asm-m32r/pgtable.h #define PAGE_COPY_EXEC		__pgprot(0)
__pgprot          151 include/asm-m32r/pgtable.h #define PAGE_READONLY		__pgprot(0)
__pgprot          152 include/asm-m32r/pgtable.h #define PAGE_READONLY_EXEC	__pgprot(0)
__pgprot          154 include/asm-m32r/pgtable.h #define PAGE_KERNEL		__pgprot(0)
__pgprot          155 include/asm-m32r/pgtable.h #define PAGE_KERNEL_RO		__pgprot(0)
__pgprot          156 include/asm-m32r/pgtable.h #define PAGE_KERNEL_NOCACHE	__pgprot(0)
__pgprot          281 include/asm-m32r/pgtable.h 	return __pgprot(prot);
__pgprot           61 include/asm-m68k/motorola_pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
__pgprot           62 include/asm-m68k/motorola_pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | mm_cachebits)
__pgprot           63 include/asm-m68k/motorola_pgtable.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
__pgprot           64 include/asm-m68k/motorola_pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
__pgprot           65 include/asm-m68k/motorola_pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits)
__pgprot           69 include/asm-m68k/motorola_pgtable.h #define PAGE_NONE_C	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot           70 include/asm-m68k/motorola_pgtable.h #define PAGE_SHARED_C	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
__pgprot           71 include/asm-m68k/motorola_pgtable.h #define PAGE_COPY_C	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED)
__pgprot           72 include/asm-m68k/motorola_pgtable.h #define PAGE_READONLY_C	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED)
__pgprot          150 include/asm-m68k/pgtable.h 	 ? (__pgprot(pgprot_val(prot) | __SUN3_PAGE_NOCACHE))			\
__pgprot          152 include/asm-m68k/pgtable.h 	    ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030))			\
__pgprot          154 include/asm-m68k/pgtable.h 	    ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S))	\
__pgprot           46 include/asm-m68k/sun3_pgtable.h #define PAGE_NONE	__pgprot(SUN3_PAGE_VALID \
__pgprot           49 include/asm-m68k/sun3_pgtable.h #define PAGE_SHARED	__pgprot(SUN3_PAGE_VALID \
__pgprot           53 include/asm-m68k/sun3_pgtable.h #define PAGE_COPY	__pgprot(SUN3_PAGE_VALID \
__pgprot           56 include/asm-m68k/sun3_pgtable.h #define PAGE_READONLY	__pgprot(SUN3_PAGE_VALID \
__pgprot           59 include/asm-m68k/sun3_pgtable.h #define PAGE_KERNEL	__pgprot(SUN3_PAGE_VALID \
__pgprot           65 include/asm-m68k/sun3_pgtable.h #define PAGE_INIT	__pgprot(SUN3_PAGE_VALID \
__pgprot          146 include/asm-mn10300/pgtable.h #define PAGE_NONE		__pgprot(__PAGE_NONE     | _PAGE_NX)
__pgprot          147 include/asm-mn10300/pgtable.h #define PAGE_SHARED_NOEXEC	__pgprot(__PAGE_SHARED   | _PAGE_NX)
__pgprot          148 include/asm-mn10300/pgtable.h #define PAGE_COPY_NOEXEC	__pgprot(__PAGE_COPY     | _PAGE_NX)
__pgprot          149 include/asm-mn10300/pgtable.h #define PAGE_READONLY_NOEXEC	__pgprot(__PAGE_READONLY | _PAGE_NX)
__pgprot          150 include/asm-mn10300/pgtable.h #define PAGE_SHARED_EXEC	__pgprot(__PAGE_SHARED)
__pgprot          151 include/asm-mn10300/pgtable.h #define PAGE_COPY_EXEC		__pgprot(__PAGE_COPY)
__pgprot          152 include/asm-mn10300/pgtable.h #define PAGE_READONLY_EXEC	__pgprot(__PAGE_READONLY)
__pgprot          166 include/asm-mn10300/pgtable.h #define PAGE_KERNEL		__pgprot(__PAGE_KERNEL)
__pgprot          167 include/asm-mn10300/pgtable.h #define PAGE_KERNEL_RO		__pgprot(__PAGE_KERNEL_RO)
__pgprot          168 include/asm-mn10300/pgtable.h #define PAGE_KERNEL_EXEC	__pgprot(__PAGE_KERNEL_EXEC)
__pgprot          169 include/asm-mn10300/pgtable.h #define PAGE_KERNEL_NOCACHE	__pgprot(__PAGE_KERNEL_NOCACHE)
__pgprot          170 include/asm-mn10300/pgtable.h #define PAGE_KERNEL_LARGE	__pgprot(__PAGE_KERNEL_LARGE)
__pgprot          171 include/asm-mn10300/pgtable.h #define PAGE_KERNEL_LARGE_EXEC	__pgprot(__PAGE_KERNEL_LARGE_EXEC)
__pgprot          376 include/asm-mn10300/pgtable.h #define pgprot_noncached(prot)	__pgprot(pgprot_val(prot) | _PAGE_CACHE)
__pgprot          395 include/asm-mn10300/pgtable.h #define page_pte(page)	page_pte_prot((page), __pgprot(0))
__pgprot          195 include/asm-parisc/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
__pgprot          196 include/asm-parisc/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_ACCESSED)
__pgprot          200 include/asm-parisc/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_ACCESSED)
__pgprot          201 include/asm-parisc/pgtable.h #define PAGE_WRITEONLY  __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE | _PAGE_ACCESSED)
__pgprot          202 include/asm-parisc/pgtable.h #define PAGE_EXECREAD   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC |_PAGE_ACCESSED)
__pgprot          204 include/asm-parisc/pgtable.h #define PAGE_RWX        __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC |_PAGE_ACCESSED)
__pgprot          205 include/asm-parisc/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_KERNEL)
__pgprot          206 include/asm-parisc/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)
__pgprot          207 include/asm-parisc/pgtable.h #define PAGE_KERNEL_UNC	__pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
__pgprot          208 include/asm-parisc/pgtable.h #define PAGE_GATEWAY    __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_GATEWAY| _PAGE_READ)
__pgprot          209 include/asm-parisc/pgtable.h #define PAGE_FLUSH      __pgprot(_PAGE_FLUSH)
__pgprot          496 include/asm-parisc/pgtable.h #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
__pgprot           60 include/asm-um/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot           61 include/asm-um/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
__pgprot           62 include/asm-um/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
__pgprot           63 include/asm-um/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
__pgprot           64 include/asm-um/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
__pgprot           96 include/asm-um/pgtable.h #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE))
__pgprot           34 include/asm-x86/fixmap.h 	__set_fixmap(idx, 0, __pgprot(0))
__pgprot           70 include/asm-x86/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot           71 include/asm-x86/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
__pgprot           74 include/asm-x86/pgtable.h #define PAGE_SHARED_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_RW |	\
__pgprot           76 include/asm-x86/pgtable.h #define PAGE_COPY_NOEXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot           78 include/asm-x86/pgtable.h #define PAGE_COPY_EXEC		__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot           81 include/asm-x86/pgtable.h #define PAGE_READONLY		__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot           83 include/asm-x86/pgtable.h #define PAGE_READONLY_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          107 include/asm-x86/pgtable.h #define PAGE_KERNEL			__pgprot(__PAGE_KERNEL)
__pgprot          108 include/asm-x86/pgtable.h #define PAGE_KERNEL_RO			__pgprot(__PAGE_KERNEL_RO)
__pgprot          109 include/asm-x86/pgtable.h #define PAGE_KERNEL_EXEC		__pgprot(__PAGE_KERNEL_EXEC)
__pgprot          110 include/asm-x86/pgtable.h #define PAGE_KERNEL_RX			__pgprot(__PAGE_KERNEL_RX)
__pgprot          111 include/asm-x86/pgtable.h #define PAGE_KERNEL_WC			__pgprot(__PAGE_KERNEL_WC)
__pgprot          112 include/asm-x86/pgtable.h #define PAGE_KERNEL_NOCACHE		__pgprot(__PAGE_KERNEL_NOCACHE)
__pgprot          113 include/asm-x86/pgtable.h #define PAGE_KERNEL_UC_MINUS		__pgprot(__PAGE_KERNEL_UC_MINUS)
__pgprot          114 include/asm-x86/pgtable.h #define PAGE_KERNEL_EXEC_NOCACHE	__pgprot(__PAGE_KERNEL_EXEC_NOCACHE)
__pgprot          115 include/asm-x86/pgtable.h #define PAGE_KERNEL_LARGE		__pgprot(__PAGE_KERNEL_LARGE)
__pgprot          116 include/asm-x86/pgtable.h #define PAGE_KERNEL_LARGE_NOCACHE	__pgprot(__PAGE_KERNEL_LARGE_NOCACHE)
__pgprot          117 include/asm-x86/pgtable.h #define PAGE_KERNEL_LARGE_EXEC		__pgprot(__PAGE_KERNEL_LARGE_EXEC)
__pgprot          118 include/asm-x86/pgtable.h #define PAGE_KERNEL_VSYSCALL		__pgprot(__PAGE_KERNEL_VSYSCALL)
__pgprot          119 include/asm-x86/pgtable.h #define PAGE_KERNEL_VSYSCALL_NOCACHE	__pgprot(__PAGE_KERNEL_VSYSCALL_NOCACHE)
__pgprot          121 include/asm-x86/pgtable.h #define PAGE_KERNEL_IO			__pgprot(__PAGE_KERNEL_IO)
__pgprot          122 include/asm-x86/pgtable.h #define PAGE_KERNEL_IO_NOCACHE		__pgprot(__PAGE_KERNEL_IO_NOCACHE)
__pgprot          123 include/asm-x86/pgtable.h #define PAGE_KERNEL_IO_UC_MINUS		__pgprot(__PAGE_KERNEL_IO_UC_MINUS)
__pgprot          124 include/asm-x86/pgtable.h #define PAGE_KERNEL_IO_WC		__pgprot(__PAGE_KERNEL_IO_WC)
__pgprot          319 include/asm-x86/pgtable.h 	return __pgprot(preservebits | addbits);
__pgprot          322 include/asm-x86/pgtable.h #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK)
__pgprot          324 include/asm-x86/pgtable.h #define canon_pgprot(p) __pgprot(pgprot_val(p) & __supported_pte_mask)
__pgprot          109 include/asm-x86/pgtable_32.h 	 ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT))	\
__pgprot          183 include/asm-x86/pgtable_64.h 	(__pgprot(pgprot_val((prot)) | _PAGE_PCD | _PAGE_PWT))
__pgprot          123 include/asm-xtensa/pgtable.h #define PAGE_NONE	   __pgprot(_PAGE_INVALID | _PAGE_USER | _PAGE_PROTNONE)
__pgprot          124 include/asm-xtensa/pgtable.h #define PAGE_COPY	   __pgprot(_PAGE_PRESENT | _PAGE_USER)
__pgprot          125 include/asm-xtensa/pgtable.h #define PAGE_COPY_EXEC	   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
__pgprot          126 include/asm-xtensa/pgtable.h #define PAGE_READONLY	   __pgprot(_PAGE_PRESENT | _PAGE_USER)
__pgprot          127 include/asm-xtensa/pgtable.h #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
__pgprot          128 include/asm-xtensa/pgtable.h #define PAGE_SHARED	   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE)
__pgprot          130 include/asm-xtensa/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE | _PAGE_HW_EXEC)
__pgprot          131 include/asm-xtensa/pgtable.h #define PAGE_KERNEL	   __pgprot(_PAGE_PRESENT | _PAGE_HW_WRITE)
__pgprot          132 include/asm-xtensa/pgtable.h #define PAGE_KERNEL_EXEC   __pgprot(_PAGE_PRESENT|_PAGE_HW_WRITE|_PAGE_HW_EXEC)
__pgprot          142 include/asm-xtensa/pgtable.h # define PAGE_NONE       __pgprot(0)
__pgprot          143 include/asm-xtensa/pgtable.h # define PAGE_SHARED     __pgprot(0)
__pgprot          144 include/asm-xtensa/pgtable.h # define PAGE_COPY       __pgprot(0)
__pgprot          145 include/asm-xtensa/pgtable.h # define PAGE_READONLY   __pgprot(0)
__pgprot          146 include/asm-xtensa/pgtable.h # define PAGE_KERNEL     __pgprot(0)
__pgprot           53 include/drm/drm_memory.h #  define PAGE_AGP	__pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
__pgprot           45 include/linux/mman.h #define arch_vm_get_page_prot(vm_flags) __pgprot(0)
__pgprot           78 mm/mmap.c      	return __pgprot(pgprot_val(protection_map[vm_flags &