__pgprot          101 arch/alpha/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
__pgprot          102 arch/alpha/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_VALID | __ACCESS_BITS)
__pgprot          103 arch/alpha/include/asm/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
__pgprot          104 arch/alpha/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
__pgprot          105 arch/alpha/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
__pgprot          107 arch/alpha/include/asm/pgtable.h #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
__pgprot          198 arch/alpha/kernel/proto.h 	prot = __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE
__pgprot           52 arch/arc/include/asm/page.h #define pte_pgprot(x) __pgprot(pte_val(x))
__pgprot          114 arch/arc/include/asm/pgtable.h #define PAGE_U_NONE     __pgprot(___DEF)
__pgprot          115 arch/arc/include/asm/pgtable.h #define PAGE_U_R        __pgprot(___DEF | _PAGE_READ)
__pgprot          116 arch/arc/include/asm/pgtable.h #define PAGE_U_W_R      __pgprot(___DEF | _PAGE_READ | _PAGE_WRITE)
__pgprot          117 arch/arc/include/asm/pgtable.h #define PAGE_U_X_R      __pgprot(___DEF | _PAGE_READ | _PAGE_EXECUTE)
__pgprot          118 arch/arc/include/asm/pgtable.h #define PAGE_U_X_W_R    __pgprot(___DEF | _PAGE_READ | _PAGE_WRITE | \
__pgprot          127 arch/arc/include/asm/pgtable.h #define PAGE_KERNEL          __pgprot(_K_PAGE_PERMS | _PAGE_CACHEABLE)
__pgprot          130 arch/arc/include/asm/pgtable.h #define PAGE_KERNEL_NO_CACHE __pgprot(_K_PAGE_PERMS)
__pgprot          326 arch/arc/include/asm/pgtable.h #define pgprot_noncached(prot)	(__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE))
__pgprot           59 arch/arc/mm/ioremap.c 	pgprot_t prot = __pgprot(flags);
__pgprot           37 arch/arm/include/asm/pgtable-nommu.h #define PAGE_NONE	__pgprot(0)
__pgprot           38 arch/arm/include/asm/pgtable-nommu.h #define PAGE_SHARED	__pgprot(0)
__pgprot           39 arch/arm/include/asm/pgtable-nommu.h #define PAGE_COPY	__pgprot(0)
__pgprot           40 arch/arm/include/asm/pgtable-nommu.h #define PAGE_READONLY	__pgprot(0)
__pgprot           41 arch/arm/include/asm/pgtable-nommu.h #define PAGE_KERNEL	__pgprot(0)
__pgprot           87 arch/arm/include/asm/pgtable.h #define _MOD_PROT(p, b)	__pgprot(pgprot_val(p) | (b))
__pgprot          105 arch/arm/include/asm/pgtable.h #define __PAGE_NONE		__pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE)
__pgprot          106 arch/arm/include/asm/pgtable.h #define __PAGE_SHARED		__pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN)
__pgprot          107 arch/arm/include/asm/pgtable.h #define __PAGE_SHARED_EXEC	__pgprot(_L_PTE_DEFAULT | L_PTE_USER)
__pgprot          108 arch/arm/include/asm/pgtable.h #define __PAGE_COPY		__pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
__pgprot          109 arch/arm/include/asm/pgtable.h #define __PAGE_COPY_EXEC	__pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
__pgprot          110 arch/arm/include/asm/pgtable.h #define __PAGE_READONLY		__pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
__pgprot          111 arch/arm/include/asm/pgtable.h #define __PAGE_READONLY_EXEC	__pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
__pgprot          114 arch/arm/include/asm/pgtable.h 	__pgprot((pgprot_val(prot) & ~(mask)) | (bits))
__pgprot          283 arch/arm/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(L_PTE_RDONLY));
__pgprot          288 arch/arm/include/asm/pgtable.h 	return clear_pte_bit(pte, __pgprot(L_PTE_RDONLY));
__pgprot          293 arch/arm/include/asm/pgtable.h 	return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY));
__pgprot          298 arch/arm/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(L_PTE_DIRTY));
__pgprot          303 arch/arm/include/asm/pgtable.h 	return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG));
__pgprot          308 arch/arm/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(L_PTE_YOUNG));
__pgprot          313 arch/arm/include/asm/pgtable.h 	return clear_pte_bit(pte, __pgprot(L_PTE_XN));
__pgprot          318 arch/arm/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(L_PTE_XN));
__pgprot           17 arch/arm/kernel/efi.c 		pte = set_pte_bit(pte, __pgprot(L_PTE_RDONLY));
__pgprot           19 arch/arm/kernel/efi.c 		pte = set_pte_bit(pte, __pgprot(L_PTE_XN));
__pgprot          245 arch/arm/lib/uaccess_with_memcpy.c 	user_ptr = vmap(&dst_page, 1, VM_IOREMAP, __pgprot(__P010));
__pgprot           23 arch/arm/mm/copypage-v4mc.c #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
__pgprot           23 arch/arm/mm/copypage-xscale.c #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
__pgprot          112 arch/arm/mm/ioremap.c 				  __pgprot(mtype->prot_pte));
__pgprot          326 arch/arm/mm/ioremap.c 					 __pgprot(type->prot_pte));
__pgprot          482 arch/arm/mm/ioremap.c 				  __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte));
__pgprot          660 arch/arm/mm/mmu.c 		protection_map[i] = __pgprot(v | user_pgprot);
__pgprot          666 arch/arm/mm/mmu.c 	pgprot_user   = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | user_pgprot);
__pgprot          667 arch/arm/mm/mmu.c 	pgprot_kernel = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG |
__pgprot          669 arch/arm/mm/mmu.c 	pgprot_s2  = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | s2_pgprot);
__pgprot          670 arch/arm/mm/mmu.c 	pgprot_s2_device  = __pgprot(s2_device_pgprot);
__pgprot          671 arch/arm/mm/mmu.c 	pgprot_hyp_device  = __pgprot(hyp_device_pgprot);
__pgprot          765 arch/arm/mm/mmu.c 		set_pte_ext(pte, pfn_pte(pfn, __pgprot(type->prot_pte)),
__pgprot           67 arch/arm/mm/pageattr.c 					__pgprot(L_PTE_RDONLY),
__pgprot           68 arch/arm/mm/pageattr.c 					__pgprot(0));
__pgprot           74 arch/arm/mm/pageattr.c 					__pgprot(0),
__pgprot           75 arch/arm/mm/pageattr.c 					__pgprot(L_PTE_RDONLY));
__pgprot           81 arch/arm/mm/pageattr.c 					__pgprot(L_PTE_XN),
__pgprot           82 arch/arm/mm/pageattr.c 					__pgprot(0));
__pgprot           88 arch/arm/mm/pageattr.c 					__pgprot(0),
__pgprot           89 arch/arm/mm/pageattr.c 					__pgprot(L_PTE_XN));
__pgprot           98 arch/arm64/include/asm/fixmap.h #define FIXMAP_PAGE_IO     __pgprot(PROT_DEVICE_nGnRE)
__pgprot          169 arch/arm64/include/asm/io.h #define ioremap(addr, size)		__ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
__pgprot          170 arch/arm64/include/asm/io.h #define ioremap_nocache(addr, size)	__ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
__pgprot          171 arch/arm64/include/asm/io.h #define ioremap_wc(addr, size)		__ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
__pgprot          172 arch/arm64/include/asm/io.h #define ioremap_wt(addr, size)		__ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
__pgprot          182 arch/arm64/include/asm/io.h #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE))
__pgprot           48 arch/arm64/include/asm/pgtable-prot.h #define PAGE_KERNEL		__pgprot(PROT_NORMAL)
__pgprot           49 arch/arm64/include/asm/pgtable-prot.h #define PAGE_KERNEL_RO		__pgprot((PROT_NORMAL & ~PTE_WRITE) | PTE_RDONLY)
__pgprot           50 arch/arm64/include/asm/pgtable-prot.h #define PAGE_KERNEL_ROX		__pgprot((PROT_NORMAL & ~(PTE_WRITE | PTE_PXN)) | PTE_RDONLY)
__pgprot           51 arch/arm64/include/asm/pgtable-prot.h #define PAGE_KERNEL_EXEC	__pgprot(PROT_NORMAL & ~PTE_PXN)
__pgprot           52 arch/arm64/include/asm/pgtable-prot.h #define PAGE_KERNEL_EXEC_CONT	__pgprot((PROT_NORMAL & ~PTE_PXN) | PTE_CONT)
__pgprot           54 arch/arm64/include/asm/pgtable-prot.h #define PAGE_HYP		__pgprot(_HYP_PAGE_DEFAULT | PTE_HYP | PTE_HYP_XN)
__pgprot           55 arch/arm64/include/asm/pgtable-prot.h #define PAGE_HYP_EXEC		__pgprot(_HYP_PAGE_DEFAULT | PTE_HYP | PTE_RDONLY)
__pgprot           56 arch/arm64/include/asm/pgtable-prot.h #define PAGE_HYP_RO		__pgprot(_HYP_PAGE_DEFAULT | PTE_HYP | PTE_RDONLY | PTE_HYP_XN)
__pgprot           57 arch/arm64/include/asm/pgtable-prot.h #define PAGE_HYP_DEVICE		__pgprot(PROT_DEVICE_nGnRE | PTE_HYP)
__pgprot           79 arch/arm64/include/asm/pgtable-prot.h #define PAGE_S2			__pgprot(_PROT_DEFAULT | PAGE_S2_MEMATTR(NORMAL) | PTE_S2_RDONLY | PAGE_S2_XN)
__pgprot           80 arch/arm64/include/asm/pgtable-prot.h #define PAGE_S2_DEVICE		__pgprot(_PROT_DEFAULT | PAGE_S2_MEMATTR(DEVICE_nGnRE) | PTE_S2_RDONLY | PTE_S2_XN)
__pgprot           82 arch/arm64/include/asm/pgtable-prot.h #define PAGE_NONE		__pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN)
__pgprot           84 arch/arm64/include/asm/pgtable-prot.h #define PAGE_SHARED		__pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN | PTE_WRITE)
__pgprot           85 arch/arm64/include/asm/pgtable-prot.h #define PAGE_SHARED_EXEC	__pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_WRITE)
__pgprot           86 arch/arm64/include/asm/pgtable-prot.h #define PAGE_READONLY		__pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN)
__pgprot           87 arch/arm64/include/asm/pgtable-prot.h #define PAGE_READONLY_EXEC	__pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN)
__pgprot          140 arch/arm64/include/asm/pgtable.h 	pte = clear_pte_bit(pte, __pgprot(PTE_WRITE));
__pgprot          141 arch/arm64/include/asm/pgtable.h 	pte = set_pte_bit(pte, __pgprot(PTE_RDONLY));
__pgprot          147 arch/arm64/include/asm/pgtable.h 	pte = set_pte_bit(pte, __pgprot(PTE_WRITE));
__pgprot          148 arch/arm64/include/asm/pgtable.h 	pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY));
__pgprot          154 arch/arm64/include/asm/pgtable.h 	pte = clear_pte_bit(pte, __pgprot(PTE_DIRTY));
__pgprot          155 arch/arm64/include/asm/pgtable.h 	pte = set_pte_bit(pte, __pgprot(PTE_RDONLY));
__pgprot          162 arch/arm64/include/asm/pgtable.h 	pte = set_pte_bit(pte, __pgprot(PTE_DIRTY));
__pgprot          165 arch/arm64/include/asm/pgtable.h 		pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY));
__pgprot          172 arch/arm64/include/asm/pgtable.h 	return clear_pte_bit(pte, __pgprot(PTE_AF));
__pgprot          177 arch/arm64/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(PTE_AF));
__pgprot          182 arch/arm64/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(PTE_SPECIAL));
__pgprot          187 arch/arm64/include/asm/pgtable.h 	pte = set_pte_bit(pte, __pgprot(PTE_CONT));
__pgprot          188 arch/arm64/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(PTE_TYPE_PAGE));
__pgprot          193 arch/arm64/include/asm/pgtable.h 	return clear_pte_bit(pte, __pgprot(PTE_CONT));
__pgprot          198 arch/arm64/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(PTE_VALID));
__pgprot          208 arch/arm64/include/asm/pgtable.h 	return set_pte_bit(pte, __pgprot(PTE_DEVMAP | PTE_SPECIAL));
__pgprot          328 arch/arm64/include/asm/pgtable.h 	return __pgprot((pgprot_val(prot) & ~PUD_TABLE_BIT) | PUD_TYPE_SECT);
__pgprot          333 arch/arm64/include/asm/pgtable.h 	return __pgprot((pgprot_val(prot) & ~PMD_TABLE_BIT) | PMD_TYPE_SECT);
__pgprot          382 arch/arm64/include/asm/pgtable.h 	return pte_pmd(set_pte_bit(pmd_pte(pmd), __pgprot(PTE_DEVMAP)));
__pgprot          408 arch/arm64/include/asm/pgtable.h 	__pgprot((pgprot_val(prot) & ~(mask)) | (bits))
__pgprot          257 arch/arm64/kernel/acpi.c 		return __pgprot(PROT_NORMAL_WT);
__pgprot          259 arch/arm64/kernel/acpi.c 		return __pgprot(PROT_NORMAL_NC);
__pgprot          260 arch/arm64/kernel/acpi.c 	return __pgprot(PROT_DEVICE_nGnRnE);
__pgprot           81 arch/arm64/kernel/efi.c 			   __pgprot(prot_val | PTE_NG), page_mappings_only);
__pgprot           91 arch/arm64/kernel/efi.c 		pte = set_pte_bit(pte, __pgprot(PTE_RDONLY));
__pgprot           93 arch/arm64/kernel/efi.c 		pte = set_pte_bit(pte, __pgprot(PTE_PXN));
__pgprot           63 arch/arm64/mm/hugetlbpage.c 	return __pgprot(pte_val(pfn_pte(pfn, __pgprot(0))) ^ pte_val(pte));
__pgprot           91 arch/arm64/mm/ioremap.c 	return __ioremap_caller(phys_addr, size, __pgprot(PROT_NORMAL),
__pgprot          191 arch/arm64/mm/mmu.c 			__prot = __pgprot(pgprot_val(prot) | PTE_CONT);
__pgprot          265 arch/arm64/mm/mmu.c 			__prot = __pgprot(pgprot_val(prot) | PTE_CONT);
__pgprot          764 arch/arm64/mm/mmu.c 			pmd_set_huge(pmdp, __pa(p), __pgprot(PROT_SECT_NORMAL));
__pgprot          114 arch/arm64/mm/pageattr.c 					__pgprot(PTE_RDONLY),
__pgprot          115 arch/arm64/mm/pageattr.c 					__pgprot(PTE_WRITE));
__pgprot          121 arch/arm64/mm/pageattr.c 					__pgprot(PTE_WRITE),
__pgprot          122 arch/arm64/mm/pageattr.c 					__pgprot(PTE_RDONLY));
__pgprot          128 arch/arm64/mm/pageattr.c 					__pgprot(PTE_PXN),
__pgprot          129 arch/arm64/mm/pageattr.c 					__pgprot(0));
__pgprot          135 arch/arm64/mm/pageattr.c 					__pgprot(0),
__pgprot          136 arch/arm64/mm/pageattr.c 					__pgprot(PTE_PXN));
__pgprot          143 arch/arm64/mm/pageattr.c 					__pgprot(PTE_VALID),
__pgprot          144 arch/arm64/mm/pageattr.c 					__pgprot(0));
__pgprot          147 arch/arm64/mm/pageattr.c 					__pgprot(0),
__pgprot          148 arch/arm64/mm/pageattr.c 					__pgprot(PTE_VALID));
__pgprot          154 arch/arm64/mm/pageattr.c 		.set_mask = __pgprot(0),
__pgprot          155 arch/arm64/mm/pageattr.c 		.clear_mask = __pgprot(PTE_VALID),
__pgprot          169 arch/arm64/mm/pageattr.c 		.set_mask = __pgprot(PTE_VALID | PTE_WRITE),
__pgprot          170 arch/arm64/mm/pageattr.c 		.clear_mask = __pgprot(PTE_RDONLY),
__pgprot           35 arch/c6x/include/asm/pgtable.h #define PAGE_NONE		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           36 arch/c6x/include/asm/pgtable.h #define PAGE_SHARED		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           37 arch/c6x/include/asm/pgtable.h #define PAGE_COPY		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           38 arch/c6x/include/asm/pgtable.h #define PAGE_READONLY	        __pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           39 arch/c6x/include/asm/pgtable.h #define PAGE_KERNEL		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           79 arch/csky/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PRESENT | _CACHE_CACHED)
__pgprot           80 arch/csky/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot           82 arch/csky/include/asm/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_READ | _CACHE_CACHED)
__pgprot           83 arch/csky/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_READ | _CACHE_CACHED)
__pgprot           84 arch/csky/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
__pgprot           86 arch/csky/include/asm/pgtable.h #define PAGE_USERIO	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          263 arch/csky/include/asm/pgtable.h 	return __pgprot(prot);
__pgprot          273 arch/csky/include/asm/pgtable.h 	return __pgprot(prot);
__pgprot            8 arch/h8300/include/asm/pgtable.h #define PAGE_NONE		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot            9 arch/h8300/include/asm/pgtable.h #define PAGE_SHARED		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           10 arch/h8300/include/asm/pgtable.h #define PAGE_COPY		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           11 arch/h8300/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot           12 arch/h8300/include/asm/pgtable.h #define PAGE_KERNEL		__pgprot(0)    /* these mean nothing to NO_MM */
__pgprot          107 arch/hexagon/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          109 arch/hexagon/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          112 arch/hexagon/include/asm/pgtable.h #define PAGE_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          115 arch/hexagon/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \
__pgprot          117 arch/hexagon/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_READ | \
__pgprot          131 arch/hexagon/include/asm/pgtable.h #define __P000 __pgprot(_PAGE_PRESENT | _PAGE_USER | CACHEDEF)
__pgprot          132 arch/hexagon/include/asm/pgtable.h #define __P001 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | CACHEDEF)
__pgprot          135 arch/hexagon/include/asm/pgtable.h #define __P100 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          137 arch/hexagon/include/asm/pgtable.h #define __P101 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_EXECUTE | \
__pgprot          145 arch/hexagon/include/asm/pgtable.h #define __S010 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          147 arch/hexagon/include/asm/pgtable.h #define __S011 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \
__pgprot          149 arch/hexagon/include/asm/pgtable.h #define __S100 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          152 arch/hexagon/include/asm/pgtable.h #define __S110 __pgprot(_PAGE_PRESENT | _PAGE_USER | \
__pgprot          154 arch/hexagon/include/asm/pgtable.h #define __S111 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \
__pgprot           18 arch/hexagon/mm/ioremap.c 	pgprot_t prot = __pgprot(_PAGE_PRESENT|_PAGE_READ|_PAGE_WRITE
__pgprot          138 arch/ia64/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_A)
__pgprot          139 arch/ia64/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RW)
__pgprot          140 arch/ia64/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R)
__pgprot          141 arch/ia64/include/asm/pgtable.h #define PAGE_COPY	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R)
__pgprot          142 arch/ia64/include/asm/pgtable.h #define PAGE_COPY_EXEC	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX)
__pgprot          143 arch/ia64/include/asm/pgtable.h #define PAGE_GATE	__pgprot(__ACCESS_BITS | _PAGE_PL_0 | _PAGE_AR_X_RX)
__pgprot          144 arch/ia64/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(__DIRTY_BITS  | _PAGE_PL_0 | _PAGE_AR_RWX)
__pgprot          145 arch/ia64/include/asm/pgtable.h #define PAGE_KERNELRX	__pgprot(__ACCESS_BITS | _PAGE_PL_0 | _PAGE_AR_RX)
__pgprot          146 arch/ia64/include/asm/pgtable.h #define PAGE_KERNEL_UC	__pgprot(__DIRTY_BITS  | _PAGE_PL_0 | _PAGE_AR_RWX | \
__pgprot          169 arch/ia64/include/asm/pgtable.h #define __P100	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_X_RX)
__pgprot          170 arch/ia64/include/asm/pgtable.h #define __P101	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX)
__pgprot          178 arch/ia64/include/asm/pgtable.h #define __S100	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_X_RX)
__pgprot          179 arch/ia64/include/asm/pgtable.h #define __S101	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX)
__pgprot          180 arch/ia64/include/asm/pgtable.h #define __S110	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RWX)
__pgprot          181 arch/ia64/include/asm/pgtable.h #define __S111	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RWX)
__pgprot          352 arch/ia64/include/asm/pgtable.h #define pgprot_cacheable(prot)		__pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WB)
__pgprot          353 arch/ia64/include/asm/pgtable.h #define pgprot_noncached(prot)		__pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC)
__pgprot          354 arch/ia64/include/asm/pgtable.h #define pgprot_writecombine(prot)	__pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC)
__pgprot          136 arch/ia64/mm/init.c 			vma->vm_page_prot = __pgprot(pgprot_val(PAGE_READONLY) | _PAGE_MA_NAT);
__pgprot           63 arch/m68k/include/asm/mcf_pgtable.h #define PAGE_NONE	__pgprot(CF_PAGE_VALID \
__pgprot           66 arch/m68k/include/asm/mcf_pgtable.h #define PAGE_SHARED     __pgprot(CF_PAGE_VALID \
__pgprot           70 arch/m68k/include/asm/mcf_pgtable.h #define PAGE_INIT	__pgprot(CF_PAGE_VALID \
__pgprot           76 arch/m68k/include/asm/mcf_pgtable.h #define PAGE_KERNEL	__pgprot(CF_PAGE_VALID \
__pgprot           84 arch/m68k/include/asm/mcf_pgtable.h #define PAGE_COPY	__pgprot(CF_PAGE_VALID \
__pgprot           95 arch/m68k/include/asm/mcf_pgtable.h #define __P001		__pgprot(CF_PAGE_VALID \
__pgprot           98 arch/m68k/include/asm/mcf_pgtable.h #define __P010		__pgprot(CF_PAGE_VALID \
__pgprot          101 arch/m68k/include/asm/mcf_pgtable.h #define __P011		__pgprot(CF_PAGE_VALID \
__pgprot          105 arch/m68k/include/asm/mcf_pgtable.h #define __P100		__pgprot(CF_PAGE_VALID \
__pgprot          108 arch/m68k/include/asm/mcf_pgtable.h #define __P101		__pgprot(CF_PAGE_VALID \
__pgprot          112 arch/m68k/include/asm/mcf_pgtable.h #define __P110		__pgprot(CF_PAGE_VALID \
__pgprot          116 arch/m68k/include/asm/mcf_pgtable.h #define __P111		__pgprot(CF_PAGE_VALID \
__pgprot          123 arch/m68k/include/asm/mcf_pgtable.h #define __S001		__pgprot(CF_PAGE_VALID \
__pgprot          127 arch/m68k/include/asm/mcf_pgtable.h #define __S011		__pgprot(CF_PAGE_VALID \
__pgprot          131 arch/m68k/include/asm/mcf_pgtable.h #define __S100		__pgprot(CF_PAGE_VALID \
__pgprot          134 arch/m68k/include/asm/mcf_pgtable.h #define __S101		__pgprot(CF_PAGE_VALID \
__pgprot          138 arch/m68k/include/asm/mcf_pgtable.h #define __S110		__pgprot(CF_PAGE_VALID \
__pgprot          142 arch/m68k/include/asm/mcf_pgtable.h #define __S111		__pgprot(CF_PAGE_VALID \
__pgprot           62 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
__pgprot           63 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | mm_cachebits)
__pgprot           64 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
__pgprot           65 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
__pgprot           66 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits)
__pgprot           70 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_NONE_C	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot           71 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_SHARED_C	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
__pgprot           72 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_COPY_C	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED)
__pgprot           73 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_READONLY_C	__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED)
__pgprot          156 arch/m68k/include/asm/pgtable_mm.h # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE))
__pgprot          165 arch/m68k/include/asm/pgtable_mm.h 	 ? (__pgprot(pgprot_val(prot) | __SUN3_PAGE_NOCACHE))			\
__pgprot          167 arch/m68k/include/asm/pgtable_mm.h 	    ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030))			\
__pgprot          169 arch/m68k/include/asm/pgtable_mm.h 	    ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S))	\
__pgprot           26 arch/m68k/include/asm/pgtable_no.h #define PAGE_NONE	__pgprot(0)
__pgprot           27 arch/m68k/include/asm/pgtable_no.h #define PAGE_SHARED	__pgprot(0)
__pgprot           28 arch/m68k/include/asm/pgtable_no.h #define PAGE_COPY	__pgprot(0)
__pgprot           29 arch/m68k/include/asm/pgtable_no.h #define PAGE_READONLY	__pgprot(0)
__pgprot           30 arch/m68k/include/asm/pgtable_no.h #define PAGE_KERNEL	__pgprot(0)
__pgprot           45 arch/m68k/include/asm/sun3_pgtable.h #define PAGE_NONE	__pgprot(SUN3_PAGE_VALID \
__pgprot           48 arch/m68k/include/asm/sun3_pgtable.h #define PAGE_SHARED	__pgprot(SUN3_PAGE_VALID \
__pgprot           52 arch/m68k/include/asm/sun3_pgtable.h #define PAGE_COPY	__pgprot(SUN3_PAGE_VALID \
__pgprot           55 arch/m68k/include/asm/sun3_pgtable.h #define PAGE_READONLY	__pgprot(SUN3_PAGE_VALID \
__pgprot           58 arch/m68k/include/asm/sun3_pgtable.h #define PAGE_KERNEL	__pgprot(SUN3_PAGE_VALID \
__pgprot           64 arch/m68k/include/asm/sun3_pgtable.h #define PAGE_INIT	__pgprot(SUN3_PAGE_VALID \
__pgprot           29 arch/microblaze/include/asm/pgtable.h #define PAGE_NONE		__pgprot(0) /* these mean nothing to non MMU */
__pgprot           30 arch/microblaze/include/asm/pgtable.h #define PAGE_SHARED		__pgprot(0) /* these mean nothing to non MMU */
__pgprot           31 arch/microblaze/include/asm/pgtable.h #define PAGE_COPY		__pgprot(0) /* these mean nothing to non MMU */
__pgprot           32 arch/microblaze/include/asm/pgtable.h #define PAGE_READONLY		__pgprot(0) /* these mean nothing to non MMU */
__pgprot           33 arch/microblaze/include/asm/pgtable.h #define PAGE_KERNEL		__pgprot(0) /* these mean nothing to non MMU */
__pgprot          105 arch/microblaze/include/asm/pgtable.h 			(__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
__pgprot          109 arch/microblaze/include/asm/pgtable.h 			 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
__pgprot          251 arch/microblaze/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_BASE)
__pgprot          252 arch/microblaze/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot          253 arch/microblaze/include/asm/pgtable.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot          254 arch/microblaze/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
__pgprot          256 arch/microblaze/include/asm/pgtable.h 		__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
__pgprot          257 arch/microblaze/include/asm/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot          258 arch/microblaze/include/asm/pgtable.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot          260 arch/microblaze/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_KERNEL)
__pgprot          261 arch/microblaze/include/asm/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_BASE | _PAGE_SHARED)
__pgprot          262 arch/microblaze/include/asm/pgtable.h #define PAGE_KERNEL_CI	__pgprot(_PAGE_IO)
__pgprot          149 arch/microblaze/mm/pgtable.c 				__pgprot(flags)));
__pgprot          157 arch/mips/include/asm/page.h #define pte_pgprot(x)	__pgprot(pte_val(x) & ~_PFN_MASK)
__pgprot           28 arch/mips/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \
__pgprot           30 arch/mips/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_WRITE | \
__pgprot           32 arch/mips/include/asm/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_NO_EXEC | \
__pgprot           34 arch/mips/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | \
__pgprot           36 arch/mips/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
__pgprot           38 arch/mips/include/asm/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
__pgprot           40 arch/mips/include/asm/pgtable.h #define PAGE_USERIO	__pgprot(_PAGE_PRESENT | _PAGE_WRITE | \
__pgprot           42 arch/mips/include/asm/pgtable.h #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \
__pgprot           56 arch/mips/include/asm/pgtable.h #define __P000 __pgprot(0)
__pgprot           57 arch/mips/include/asm/pgtable.h #define __P001 __pgprot(0)
__pgprot           58 arch/mips/include/asm/pgtable.h #define __P010 __pgprot(0)
__pgprot           59 arch/mips/include/asm/pgtable.h #define __P011 __pgprot(0)
__pgprot           60 arch/mips/include/asm/pgtable.h #define __P100 __pgprot(0)
__pgprot           61 arch/mips/include/asm/pgtable.h #define __P101 __pgprot(0)
__pgprot           62 arch/mips/include/asm/pgtable.h #define __P110 __pgprot(0)
__pgprot           63 arch/mips/include/asm/pgtable.h #define __P111 __pgprot(0)
__pgprot           65 arch/mips/include/asm/pgtable.h #define __S000 __pgprot(0)
__pgprot           66 arch/mips/include/asm/pgtable.h #define __S001 __pgprot(0)
__pgprot           67 arch/mips/include/asm/pgtable.h #define __S010 __pgprot(0)
__pgprot           68 arch/mips/include/asm/pgtable.h #define __S011 __pgprot(0)
__pgprot           69 arch/mips/include/asm/pgtable.h #define __S100 __pgprot(0)
__pgprot           70 arch/mips/include/asm/pgtable.h #define __S101 __pgprot(0)
__pgprot           71 arch/mips/include/asm/pgtable.h #define __S110 __pgprot(0)
__pgprot           72 arch/mips/include/asm/pgtable.h #define __S111 __pgprot(0)
__pgprot          426 arch/mips/include/asm/pgtable.h 	return __pgprot(prot);
__pgprot          438 arch/mips/include/asm/pgtable.h 	return __pgprot(prot);
__pgprot          765 arch/mips/kvm/mmu.c 	entry = pfn_pte(pfn, __pgprot(prot_bits));
__pgprot          817 arch/mips/kvm/mmu.c 		ptep[0] = pfn_pte(0, __pgprot(0));
__pgprot          818 arch/mips/kvm/mmu.c 		ptep[1] = pfn_pte(0, __pgprot(0));
__pgprot          825 arch/mips/kvm/mmu.c 			ptep[0] = pfn_pte(0, __pgprot(0));
__pgprot          826 arch/mips/kvm/mmu.c 			ptep[1] = pfn_pte(0, __pgprot(0));
__pgprot         1067 arch/mips/kvm/mmu.c 	pte_gpa[!idx] = pfn_pte(0, __pgprot(0));
__pgprot          118 arch/mips/loongson64/common/mem.c 			return __pgprot((pgprot_val(vma_prot) &
__pgprot          162 arch/mips/mm/cache.c 		protection_map[0]  = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ);
__pgprot          163 arch/mips/mm/cache.c 		protection_map[1]  = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC);
__pgprot          164 arch/mips/mm/cache.c 		protection_map[2]  = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ);
__pgprot          165 arch/mips/mm/cache.c 		protection_map[3]  = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC);
__pgprot          166 arch/mips/mm/cache.c 		protection_map[4]  = __pgprot(_page_cachable_default | _PAGE_PRESENT);
__pgprot          167 arch/mips/mm/cache.c 		protection_map[5]  = __pgprot(_page_cachable_default | _PAGE_PRESENT);
__pgprot          168 arch/mips/mm/cache.c 		protection_map[6]  = __pgprot(_page_cachable_default | _PAGE_PRESENT);
__pgprot          169 arch/mips/mm/cache.c 		protection_map[7]  = __pgprot(_page_cachable_default | _PAGE_PRESENT);
__pgprot          171 arch/mips/mm/cache.c 		protection_map[8]  = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ);
__pgprot          172 arch/mips/mm/cache.c 		protection_map[9]  = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC);
__pgprot          173 arch/mips/mm/cache.c 		protection_map[10] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE | _PAGE_NO_READ);
__pgprot          174 arch/mips/mm/cache.c 		protection_map[11] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE);
__pgprot          175 arch/mips/mm/cache.c 		protection_map[12] = __pgprot(_page_cachable_default | _PAGE_PRESENT);
__pgprot          176 arch/mips/mm/cache.c 		protection_map[13] = __pgprot(_page_cachable_default | _PAGE_PRESENT);
__pgprot          177 arch/mips/mm/cache.c 		protection_map[14] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_WRITE);
__pgprot          178 arch/mips/mm/cache.c 		protection_map[15] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_WRITE);
__pgprot           26 arch/mips/mm/ioremap.c 	pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE
__pgprot           25 arch/nds32/include/asm/fixmap.h #define FIXMAP_PAGE_IO		__pgprot(PAGE_DEVICE)
__pgprot          143 arch/nds32/include/asm/pgtable.h #define PAGE_EXEC	__pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_E)
__pgprot          144 arch/nds32/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
__pgprot          145 arch/nds32/include/asm/pgtable.h #define PAGE_READ	__pgprot(_PAGE_V | _PAGE_M_UR_KR)
__pgprot          146 arch/nds32/include/asm/pgtable.h #define PAGE_RDWR	__pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D)
__pgprot          147 arch/nds32/include/asm/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_V | _PAGE_M_UR_KR)
__pgprot          149 arch/nds32/include/asm/pgtable.h #define PAGE_UXKRWX_V1	__pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
__pgprot          150 arch/nds32/include/asm/pgtable.h #define PAGE_UXKRWX_V2	__pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
__pgprot          151 arch/nds32/include/asm/pgtable.h #define PAGE_URXKRWX_V2	__pgprot(_PAGE_V | _PAGE_M_UR_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
__pgprot          152 arch/nds32/include/asm/pgtable.h #define PAGE_CACHE_L1	__pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE)
__pgprot          153 arch/nds32/include/asm/pgtable.h #define PAGE_MEMORY	__pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
__pgprot          154 arch/nds32/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
__pgprot          155 arch/nds32/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D | _PAGE_CACHE_SHRD)
__pgprot          156 arch/nds32/include/asm/pgtable.h #define PAGE_DEVICE    __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
__pgprot          307 arch/nds32/include/asm/pgtable.h #define pgprot_noncached(prot)	   __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV)
__pgprot          308 arch/nds32/include/asm/pgtable.h #define pgprot_writecombine(prot)  __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB)
__pgprot          355 arch/nds32/include/asm/pgtable.h #define page_pte(page)		        mk_pte(page, __pgprot(0))
__pgprot          170 arch/nds32/kernel/vdso.c 	prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D |  _PAGE_C_DEV);
__pgprot           39 arch/nds32/mm/ioremap.c 	prot = __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D |
__pgprot           36 arch/nios2/include/asm/pgtable.h #define MKP(x, w, r) __pgprot(_PAGE_PRESENT | _PAGE_CACHED |		\
__pgprot           66 arch/nios2/include/asm/pgtable.h #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \
__pgprot           69 arch/nios2/include/asm/pgtable.h #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \
__pgprot          126 arch/nios2/include/asm/pgtable.h 	return __pgprot(prot);
__pgprot           54 arch/nios2/include/asm/processor.h 	{ &init_mm, (0), (0), __pgprot(0x0), VM_READ | VM_WRITE | VM_EXEC }
__pgprot           28 arch/nios2/mm/ioremap.c 	pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ
__pgprot          159 arch/openrisc/include/asm/pgtable.h #define PAGE_NONE       __pgprot(_PAGE_ALL)
__pgprot          160 arch/openrisc/include/asm/pgtable.h #define PAGE_READONLY   __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
__pgprot          161 arch/openrisc/include/asm/pgtable.h #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
__pgprot          163 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
__pgprot          166 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
__pgprot          168 arch/openrisc/include/asm/pgtable.h #define PAGE_COPY       __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
__pgprot          169 arch/openrisc/include/asm/pgtable.h #define PAGE_COPY_X     __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
__pgprot          172 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \
__pgprot          175 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_SRE \
__pgprot          178 arch/openrisc/include/asm/pgtable.h 	__pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \
__pgprot           69 arch/openrisc/mm/ioremap.c 			__pgprot(pgprot_val(PAGE_KERNEL) | _PAGE_CI))) {
__pgprot          251 arch/parisc/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PRESENT | _PAGE_USER)
__pgprot          252 arch/parisc/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE)
__pgprot          256 arch/parisc/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ)
__pgprot          257 arch/parisc/include/asm/pgtable.h #define PAGE_WRITEONLY  __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE)
__pgprot          258 arch/parisc/include/asm/pgtable.h #define PAGE_EXECREAD   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC)
__pgprot          260 arch/parisc/include/asm/pgtable.h #define PAGE_RWX        __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC)
__pgprot          261 arch/parisc/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_KERNEL)
__pgprot          262 arch/parisc/include/asm/pgtable.h #define PAGE_KERNEL_EXEC	__pgprot(_PAGE_KERNEL_EXEC)
__pgprot          263 arch/parisc/include/asm/pgtable.h #define PAGE_KERNEL_RWX	__pgprot(_PAGE_KERNEL_RWX)
__pgprot          264 arch/parisc/include/asm/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_KERNEL_RO)
__pgprot          265 arch/parisc/include/asm/pgtable.h #define PAGE_KERNEL_UNC	__pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
__pgprot          266 arch/parisc/include/asm/pgtable.h #define PAGE_GATEWAY    __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_GATEWAY| _PAGE_READ)
__pgprot          569 arch/parisc/include/asm/pgtable.h #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
__pgprot           67 arch/parisc/mm/ioremap.c 	pgprot = __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY |
__pgprot           67 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_BASE)
__pgprot           68 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
__pgprot           69 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
__pgprot           70 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           71 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           72 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           73 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           76 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
__pgprot           77 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
__pgprot           78 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_NCG	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
__pgprot           80 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_X	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
__pgprot           81 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)
__pgprot           82 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_ROX	__pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
__pgprot          585 arch/powerpc/include/asm/book3s/32/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) |
__pgprot          592 arch/powerpc/include/asm/book3s/32/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) |
__pgprot          599 arch/powerpc/include/asm/book3s/32/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) |
__pgprot          606 arch/powerpc/include/asm/book3s/32/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) |
__pgprot          613 arch/powerpc/include/asm/book3s/32/pgtable.h 	return __pgprot(pgprot_val(prot) & ~_PAGE_CACHE_CTL);
__pgprot          170 arch/powerpc/include/asm/book3s/64/hash-64k.h 			       __pgprot(pgprot_val(prot) | H_PAGE_4K_PFN));
__pgprot          147 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_BASE | _PAGE_PRIVILEGED)
__pgprot          148 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_RW)
__pgprot          149 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_EXEC)
__pgprot          150 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_READ)
__pgprot          151 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
__pgprot          152 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_READ)
__pgprot          153 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
__pgprot          156 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
__pgprot          157 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
__pgprot          159 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_NCG	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
__pgprot          161 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_X	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
__pgprot          162 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)
__pgprot          163 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_ROX	__pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
__pgprot          828 arch/powerpc/include/asm/book3s/64/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) |
__pgprot          835 arch/powerpc/include/asm/book3s/64/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) |
__pgprot          842 arch/powerpc/include/asm/book3s/64/pgtable.h 	return __pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL));
__pgprot           35 arch/powerpc/include/asm/mman.h 		__pgprot(_PAGE_SAO | vmflag_to_pte_pkey_bits(vm_flags)) :
__pgprot           36 arch/powerpc/include/asm/mman.h 		__pgprot(0 | vmflag_to_pte_pkey_bits(vm_flags));
__pgprot           38 arch/powerpc/include/asm/mman.h 	return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0);
__pgprot           80 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_NONE	__pgprot(_PAGE_BASE)
__pgprot           81 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
__pgprot           82 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
__pgprot           83 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           84 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           85 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           86 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot          119 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_NONE	__pgprot(_PAGE_BASE)
__pgprot          120 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
__pgprot          121 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
__pgprot          122 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot          123 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot          124 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot          125 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           78 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_NONE	__pgprot(_PAGE_BASE | _PAGE_NA)
__pgprot           79 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_SHARED	__pgprot(_PAGE_BASE)
__pgprot           80 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_EXEC)
__pgprot           81 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_RO)
__pgprot           82 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_RO | _PAGE_EXEC)
__pgprot           83 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_RO)
__pgprot           84 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_RO | _PAGE_EXEC)
__pgprot           65 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_NONE	__pgprot(_PAGE_BASE)
__pgprot           66 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
__pgprot           67 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
__pgprot           68 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           69 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           70 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           71 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           12 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
__pgprot           13 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
__pgprot           14 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_NCG	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
__pgprot           16 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_X	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
__pgprot           17 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)
__pgprot           18 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_ROX	__pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
__pgprot          240 arch/powerpc/include/asm/nohash/pgtable.h #define pgprot_noncached(prot)	  (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
__pgprot          243 arch/powerpc/include/asm/nohash/pgtable.h #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
__pgprot          246 arch/powerpc/include/asm/nohash/pgtable.h #define pgprot_cached(prot)       (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
__pgprot          250 arch/powerpc/include/asm/nohash/pgtable.h #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
__pgprot          257 arch/powerpc/include/asm/nohash/pgtable.h 		(__pgprot(pgprot_val(prot) & ~_PAGE_CACHE_CTL))
__pgprot           94 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_NONE	__pgprot(_PAGE_BASE)
__pgprot           95 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_SHARED	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
__pgprot           96 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_SHARED_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
__pgprot           97 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_COPY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot           98 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_COPY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           99 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_READONLY	__pgprot(_PAGE_BASE | _PAGE_USER)
__pgprot          100 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_READONLY_X	__pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
__pgprot           57 arch/powerpc/include/asm/pgtable.h 	return __pgprot(pte_flags);
__pgprot          907 arch/powerpc/mm/book3s64/radix_pgtable.c 	ret = __map_kernel_page_nid(start, phys, __pgprot(flags), page_size, nid);
__pgprot          246 arch/powerpc/mm/mem.c 		map_kernel_page(v, 0, __pgprot(0)); /* XXX gross */
__pgprot          250 arch/powerpc/mm/mem.c 	map_kernel_page(PKMAP_BASE, 0, __pgprot(0));	/* XXX gross */
__pgprot           41 arch/powerpc/mm/nohash/book3e_pgtable.c 		BUG_ON(map_kernel_page(start + i, phys, __pgprot(flags)));
__pgprot          254 arch/powerpc/mm/pgtable_32.c 	change_page_attr(page, numpages, enable ? PAGE_KERNEL : __pgprot(0));
__pgprot           40 arch/riscv/include/asm/pgtable.h #define PAGE_NONE		__pgprot(_PAGE_PROT_NONE)
__pgprot           41 arch/riscv/include/asm/pgtable.h #define PAGE_READ		__pgprot(_PAGE_BASE | _PAGE_READ)
__pgprot           42 arch/riscv/include/asm/pgtable.h #define PAGE_WRITE		__pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)
__pgprot           43 arch/riscv/include/asm/pgtable.h #define PAGE_EXEC		__pgprot(_PAGE_BASE | _PAGE_EXEC)
__pgprot           44 arch/riscv/include/asm/pgtable.h #define PAGE_READ_EXEC		__pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
__pgprot           45 arch/riscv/include/asm/pgtable.h #define PAGE_WRITE_EXEC		__pgprot(_PAGE_BASE | _PAGE_READ |	\
__pgprot           60 arch/riscv/include/asm/pgtable.h #define PAGE_KERNEL		__pgprot(_PAGE_KERNEL)
__pgprot           61 arch/riscv/include/asm/pgtable.h #define PAGE_KERNEL_EXEC	__pgprot(_PAGE_KERNEL | _PAGE_EXEC)
__pgprot           63 arch/riscv/include/asm/pgtable.h #define PAGE_TABLE		__pgprot(_PAGE_TABLE)
__pgprot          402 arch/s390/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PRESENT | _PAGE_INVALID | _PAGE_PROTECT)
__pgprot          403 arch/s390/include/asm/pgtable.h #define PAGE_RO		__pgprot(_PAGE_PRESENT | _PAGE_READ | \
__pgprot          405 arch/s390/include/asm/pgtable.h #define PAGE_RX		__pgprot(_PAGE_PRESENT | _PAGE_READ | \
__pgprot          407 arch/s390/include/asm/pgtable.h #define PAGE_RW		__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          409 arch/s390/include/asm/pgtable.h #define PAGE_RWX	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          412 arch/s390/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          414 arch/s390/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          416 arch/s390/include/asm/pgtable.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \
__pgprot          418 arch/s390/include/asm/pgtable.h #define PAGE_KERNEL_EXEC __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          448 arch/s390/include/asm/pgtable.h #define SEGMENT_NONE	__pgprot(_SEGMENT_ENTRY_INVALID | \
__pgprot          450 arch/s390/include/asm/pgtable.h #define SEGMENT_RO	__pgprot(_SEGMENT_ENTRY_PROTECT | \
__pgprot          453 arch/s390/include/asm/pgtable.h #define SEGMENT_RX	__pgprot(_SEGMENT_ENTRY_PROTECT | \
__pgprot          455 arch/s390/include/asm/pgtable.h #define SEGMENT_RW	__pgprot(_SEGMENT_ENTRY_READ | \
__pgprot          458 arch/s390/include/asm/pgtable.h #define SEGMENT_RWX	__pgprot(_SEGMENT_ENTRY_READ | \
__pgprot          460 arch/s390/include/asm/pgtable.h #define SEGMENT_KERNEL	__pgprot(_SEGMENT_ENTRY |	\
__pgprot          467 arch/s390/include/asm/pgtable.h #define SEGMENT_KERNEL_RO __pgprot(_SEGMENT_ENTRY |	\
__pgprot          473 arch/s390/include/asm/pgtable.h #define SEGMENT_KERNEL_EXEC __pgprot(_SEGMENT_ENTRY |	\
__pgprot          484 arch/s390/include/asm/pgtable.h #define REGION3_KERNEL	__pgprot(_REGION_ENTRY_TYPE_R3 | \
__pgprot          491 arch/s390/include/asm/pgtable.h #define REGION3_KERNEL_RO __pgprot(_REGION_ENTRY_TYPE_R3 | \
__pgprot          350 arch/sh/include/asm/io.h 	return __ioremap_mode(offset, size, __pgprot(flags));
__pgprot          107 arch/sh/include/asm/page.h #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK)
__pgprot          176 arch/sh/include/asm/pgtable_32.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
__pgprot          179 arch/sh/include/asm/pgtable_32.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
__pgprot          186 arch/sh/include/asm/pgtable_32.h #define PAGE_EXECREAD	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
__pgprot          195 arch/sh/include/asm/pgtable_32.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
__pgprot          200 arch/sh/include/asm/pgtable_32.h #define PAGE_WRITEONLY	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
__pgprot          205 arch/sh/include/asm/pgtable_32.h #define PAGE_RWX	__pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
__pgprot          214 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
__pgprot          222 arch/sh/include/asm/pgtable_32.h 			__pgprot(_PAGE_PRESENT | _PAGE_DIRTY | \
__pgprot          229 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
__pgprot          236 arch/sh/include/asm/pgtable_32.h 			__pgprot(0)
__pgprot          239 arch/sh/include/asm/pgtable_32.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
__pgprot          242 arch/sh/include/asm/pgtable_32.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
__pgprot          246 arch/sh/include/asm/pgtable_32.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \
__pgprot          249 arch/sh/include/asm/pgtable_32.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \
__pgprot          256 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \
__pgprot          261 arch/sh/include/asm/pgtable_32.h 			__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
__pgprot          265 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_RO	__pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
__pgprot          270 arch/sh/include/asm/pgtable_32.h 			__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
__pgprot          275 arch/sh/include/asm/pgtable_32.h #define PAGE_NONE		__pgprot(0)
__pgprot          276 arch/sh/include/asm/pgtable_32.h #define PAGE_SHARED		__pgprot(0)
__pgprot          277 arch/sh/include/asm/pgtable_32.h #define PAGE_COPY		__pgprot(0)
__pgprot          278 arch/sh/include/asm/pgtable_32.h #define PAGE_EXECREAD		__pgprot(0)
__pgprot          279 arch/sh/include/asm/pgtable_32.h #define PAGE_RWX		__pgprot(0)
__pgprot          280 arch/sh/include/asm/pgtable_32.h #define PAGE_READONLY		__pgprot(0)
__pgprot          281 arch/sh/include/asm/pgtable_32.h #define PAGE_WRITEONLY		__pgprot(0)
__pgprot          282 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL		__pgprot(0)
__pgprot          283 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_NOCACHE	__pgprot(0)
__pgprot          284 arch/sh/include/asm/pgtable_32.h #define PAGE_KERNEL_RO		__pgprot(0)
__pgprot          287 arch/sh/include/asm/pgtable_32.h 				__pgprot(0)
__pgprot          380 arch/sh/include/asm/pgtable_32.h 	__pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE)
__pgprot          179 arch/sh/include/asm/pgtable_64.h #define PAGE_NONE	__pgprot(_PAGE_CACHABLE | _PAGE_ACCESSED)
__pgprot          180 arch/sh/include/asm/pgtable_64.h #define PAGE_SHARED	__pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_WRITE | \
__pgprot          182 arch/sh/include/asm/pgtable_64.h #define PAGE_EXECREAD	__pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_EXECUTE)
__pgprot          190 arch/sh/include/asm/pgtable_64.h #define PAGE_READONLY	__pgprot(_PAGE_COMMON | _PAGE_READ)
__pgprot          191 arch/sh/include/asm/pgtable_64.h #define PAGE_WRITEONLY	__pgprot(_PAGE_COMMON | _PAGE_WRITE)
__pgprot          192 arch/sh/include/asm/pgtable_64.h #define PAGE_RWX	__pgprot(_PAGE_COMMON | _PAGE_READ | \
__pgprot          194 arch/sh/include/asm/pgtable_64.h #define PAGE_KERNEL	__pgprot(_KERNPG_TABLE)
__pgprot          197 arch/sh/include/asm/pgtable_64.h 			__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
__pgprot          203 arch/sh/include/asm/pgtable_64.h #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE)
__pgprot          204 arch/sh/include/asm/pgtable_64.h #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE)
__pgprot           98 arch/sh/mm/init.c 	set_pte(pte, pfn_pte(0, __pgprot(0)));
__pgprot          126 arch/sh/mm/ioremap_fixed.c 		__clear_fixmap(idx, __pgprot(_PAGE_WIRED));
__pgprot           52 arch/sparc/include/asm/mman.h 	return (vm_flags & VM_SPARC_ADI) ? __pgprot(_PAGE_MCD_4V) : __pgprot(0);
__pgprot          302 arch/sparc/include/asm/pgtable_32.h 	pgprot_val(prot) &= ~pgprot_val(__pgprot(SRMMU_CACHE));
__pgprot          194 arch/sparc/include/asm/pgtable_64.h #define __P000	__pgprot(0)
__pgprot          195 arch/sparc/include/asm/pgtable_64.h #define __P001	__pgprot(0)
__pgprot          196 arch/sparc/include/asm/pgtable_64.h #define __P010	__pgprot(0)
__pgprot          197 arch/sparc/include/asm/pgtable_64.h #define __P011	__pgprot(0)
__pgprot          198 arch/sparc/include/asm/pgtable_64.h #define __P100	__pgprot(0)
__pgprot          199 arch/sparc/include/asm/pgtable_64.h #define __P101	__pgprot(0)
__pgprot          200 arch/sparc/include/asm/pgtable_64.h #define __P110	__pgprot(0)
__pgprot          201 arch/sparc/include/asm/pgtable_64.h #define __P111	__pgprot(0)
__pgprot          203 arch/sparc/include/asm/pgtable_64.h #define __S000	__pgprot(0)
__pgprot          204 arch/sparc/include/asm/pgtable_64.h #define __S001	__pgprot(0)
__pgprot          205 arch/sparc/include/asm/pgtable_64.h #define __S010	__pgprot(0)
__pgprot          206 arch/sparc/include/asm/pgtable_64.h #define __S011	__pgprot(0)
__pgprot          207 arch/sparc/include/asm/pgtable_64.h #define __S100	__pgprot(0)
__pgprot          208 arch/sparc/include/asm/pgtable_64.h #define __S101	__pgprot(0)
__pgprot          209 arch/sparc/include/asm/pgtable_64.h #define __S110	__pgprot(0)
__pgprot          210 arch/sparc/include/asm/pgtable_64.h #define __S111	__pgprot(0)
__pgprot          371 arch/sparc/include/asm/pgtable_64.h 	return __pgprot(val);
__pgprot          790 arch/sparc/include/asm/pgtable_64.h 	return __pgprot(val);
__pgprot          107 arch/sparc/include/asm/pgtsrmmu.h #define SRMMU_PAGE_NONE    __pgprot(SRMMU_CACHE | \
__pgprot          109 arch/sparc/include/asm/pgtsrmmu.h #define SRMMU_PAGE_SHARED  __pgprot(SRMMU_VALID | SRMMU_CACHE | \
__pgprot          111 arch/sparc/include/asm/pgtsrmmu.h #define SRMMU_PAGE_COPY    __pgprot(SRMMU_VALID | SRMMU_CACHE | \
__pgprot          113 arch/sparc/include/asm/pgtsrmmu.h #define SRMMU_PAGE_RDONLY  __pgprot(SRMMU_VALID | SRMMU_CACHE | \
__pgprot          115 arch/sparc/include/asm/pgtsrmmu.h #define SRMMU_PAGE_KERNEL  __pgprot(SRMMU_VALID | SRMMU_CACHE | SRMMU_PRIV | \
__pgprot           49 arch/sparc/mm/highmem.c         kmap_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE);
__pgprot         1927 arch/sparc/mm/init_64.c 			 (enable ? PAGE_KERNEL : __pgprot(0)), false);
__pgprot         2652 arch/sparc/mm/init_64.c 	PAGE_COPY = __pgprot(page_copy);
__pgprot         2653 arch/sparc/mm/init_64.c 	PAGE_SHARED = __pgprot(page_shared);
__pgprot         2655 arch/sparc/mm/init_64.c 	protection_map[0x0] = __pgprot(page_none);
__pgprot         2656 arch/sparc/mm/init_64.c 	protection_map[0x1] = __pgprot(page_readonly & ~page_exec_bit);
__pgprot         2657 arch/sparc/mm/init_64.c 	protection_map[0x2] = __pgprot(page_copy & ~page_exec_bit);
__pgprot         2658 arch/sparc/mm/init_64.c 	protection_map[0x3] = __pgprot(page_copy & ~page_exec_bit);
__pgprot         2659 arch/sparc/mm/init_64.c 	protection_map[0x4] = __pgprot(page_readonly);
__pgprot         2660 arch/sparc/mm/init_64.c 	protection_map[0x5] = __pgprot(page_readonly);
__pgprot         2661 arch/sparc/mm/init_64.c 	protection_map[0x6] = __pgprot(page_copy);
__pgprot         2662 arch/sparc/mm/init_64.c 	protection_map[0x7] = __pgprot(page_copy);
__pgprot         2663 arch/sparc/mm/init_64.c 	protection_map[0x8] = __pgprot(page_none);
__pgprot         2664 arch/sparc/mm/init_64.c 	protection_map[0x9] = __pgprot(page_readonly & ~page_exec_bit);
__pgprot         2665 arch/sparc/mm/init_64.c 	protection_map[0xa] = __pgprot(page_shared & ~page_exec_bit);
__pgprot         2666 arch/sparc/mm/init_64.c 	protection_map[0xb] = __pgprot(page_shared & ~page_exec_bit);
__pgprot         2667 arch/sparc/mm/init_64.c 	protection_map[0xc] = __pgprot(page_readonly);
__pgprot         2668 arch/sparc/mm/init_64.c 	protection_map[0xd] = __pgprot(page_readonly);
__pgprot         2669 arch/sparc/mm/init_64.c 	protection_map[0xe] = __pgprot(page_shared);
__pgprot         2670 arch/sparc/mm/init_64.c 	protection_map[0xf] = __pgprot(page_shared);
__pgprot         2679 arch/sparc/mm/init_64.c 	PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID |
__pgprot         2683 arch/sparc/mm/init_64.c 	PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID |
__pgprot         2732 arch/sparc/mm/init_64.c 	PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID |
__pgprot          236 arch/sparc/mm/io-unit.c 	dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV);
__pgprot          452 arch/sparc/mm/iommu.c 		dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV);
__pgprot          455 arch/sparc/mm/iommu.c 		dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV);
__pgprot           58 arch/um/include/asm/pgtable.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot           59 arch/um/include/asm/pgtable.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
__pgprot           60 arch/um/include/asm/pgtable.h #define PAGE_COPY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
__pgprot           61 arch/um/include/asm/pgtable.h #define PAGE_READONLY	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
__pgprot           62 arch/um/include/asm/pgtable.h #define PAGE_KERNEL	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
__pgprot           63 arch/um/include/asm/pgtable.h #define PAGE_KERNEL_EXEC	__pgprot(__PAGE_KERNEL_EXEC)
__pgprot           95 arch/um/include/asm/pgtable.h #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE))
__pgprot           39 arch/um/kernel/skas/mmu.c 	*pte = mk_pte(virt_to_page(kernel), __pgprot(_PAGE_PRESENT));
__pgprot           87 arch/unicore32/include/asm/pgtable.h #define PAGE_SHARED		__pgprot(pgprot_val(pgprot_user | PTE_READ \
__pgprot           89 arch/unicore32/include/asm/pgtable.h #define PAGE_SHARED_EXEC	__pgprot(pgprot_val(pgprot_user | PTE_READ \
__pgprot           92 arch/unicore32/include/asm/pgtable.h #define PAGE_COPY		__pgprot(pgprot_val(pgprot_user | PTE_READ)
__pgprot           93 arch/unicore32/include/asm/pgtable.h #define PAGE_COPY_EXEC		__pgprot(pgprot_val(pgprot_user | PTE_READ \
__pgprot           95 arch/unicore32/include/asm/pgtable.h #define PAGE_READONLY		__pgprot(pgprot_val(pgprot_user | PTE_READ))
__pgprot           96 arch/unicore32/include/asm/pgtable.h #define PAGE_READONLY_EXEC	__pgprot(pgprot_val(pgprot_user | PTE_READ \
__pgprot           99 arch/unicore32/include/asm/pgtable.h #define PAGE_KERNEL_EXEC	__pgprot(pgprot_val(pgprot_kernel | PTE_EXEC))
__pgprot          101 arch/unicore32/include/asm/pgtable.h #define __PAGE_NONE		__pgprot(_PTE_DEFAULT)
__pgprot          102 arch/unicore32/include/asm/pgtable.h #define __PAGE_SHARED		__pgprot(_PTE_DEFAULT | PTE_READ \
__pgprot          104 arch/unicore32/include/asm/pgtable.h #define __PAGE_SHARED_EXEC	__pgprot(_PTE_DEFAULT | PTE_READ \
__pgprot          107 arch/unicore32/include/asm/pgtable.h #define __PAGE_COPY		__pgprot(_PTE_DEFAULT | PTE_READ)
__pgprot          108 arch/unicore32/include/asm/pgtable.h #define __PAGE_COPY_EXEC	__pgprot(_PTE_DEFAULT | PTE_READ \
__pgprot          110 arch/unicore32/include/asm/pgtable.h #define __PAGE_READONLY		__pgprot(_PTE_DEFAULT | PTE_READ)
__pgprot          111 arch/unicore32/include/asm/pgtable.h #define __PAGE_READONLY_EXEC	__pgprot(_PTE_DEFAULT | PTE_READ \
__pgprot          198 arch/unicore32/include/asm/pgtable.h 	__pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
__pgprot          200 arch/unicore32/include/asm/pgtable.h 	__pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
__pgprot           48 arch/unicore32/mm/ioremap.c 				  __pgprot(mtype->prot_pte));
__pgprot          169 arch/unicore32/mm/ioremap.c 					 __pgprot(type->prot_pte));
__pgprot          133 arch/unicore32/mm/mmu.c 	pgprot_user   = __pgprot(PTE_PRESENT | PTE_YOUNG | PTE_CACHEABLE);
__pgprot          134 arch/unicore32/mm/mmu.c 	pgprot_kernel = __pgprot(PTE_PRESENT | PTE_YOUNG |
__pgprot          164 arch/unicore32/mm/mmu.c 		set_pte(pte, pfn_pte(pfn, __pgprot(type->prot_pte)));
__pgprot          193 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) |					\
__pgprot           21 arch/x86/include/asm/pgtable.h #define pgprot_encrypted(prot)	__pgprot(__sme_set(pgprot_val(prot)))
__pgprot           22 arch/x86/include/asm/pgtable.h #define pgprot_decrypted(prot)	__pgprot(__sme_clr(pgprot_val(prot)))
__pgprot          593 arch/x86/include/asm/pgtable.h 		      __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE)));
__pgprot          599 arch/x86/include/asm/pgtable.h 	      __pgprot(pud_flags(pud) & ~(_PAGE_PRESENT|_PAGE_PROTNONE)));
__pgprot          637 arch/x86/include/asm/pgtable.h 	return __pgprot(preservebits | addbits);
__pgprot          640 arch/x86/include/asm/pgtable.h #define pte_pgprot(x) __pgprot(pte_flags(x))
__pgprot          641 arch/x86/include/asm/pgtable.h #define pmd_pgprot(x) __pgprot(pmd_flags(x))
__pgprot          642 arch/x86/include/asm/pgtable.h #define pud_pgprot(x) __pgprot(pud_flags(x))
__pgprot          643 arch/x86/include/asm/pgtable.h #define p4d_pgprot(x) __pgprot(p4d_flags(x))
__pgprot          645 arch/x86/include/asm/pgtable.h #define canon_pgprot(p) __pgprot(massage_pgprot(p))
__pgprot          153 arch/x86/include/asm/pgtable_types.h #define PAGE_NONE	__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
__pgprot          154 arch/x86/include/asm/pgtable_types.h #define PAGE_SHARED	__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
__pgprot          157 arch/x86/include/asm/pgtable_types.h #define PAGE_SHARED_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_RW |	\
__pgprot          159 arch/x86/include/asm/pgtable_types.h #define PAGE_COPY_NOEXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          161 arch/x86/include/asm/pgtable_types.h #define PAGE_COPY_EXEC		__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          164 arch/x86/include/asm/pgtable_types.h #define PAGE_READONLY		__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          166 arch/x86/include/asm/pgtable_types.h #define PAGE_READONLY_EXEC	__pgprot(_PAGE_PRESENT | _PAGE_USER |	\
__pgprot          198 arch/x86/include/asm/pgtable_types.h #define default_pgprot(x)	__pgprot((x) & __default_kernel_pte_mask)
__pgprot          475 arch/x86/include/asm/pgtable_types.h 	return __pgprot(cachemode2protval(pcm));
__pgprot           16 arch/x86/include/uapi/asm/mman.h #define arch_vm_get_page_prot(vm_flags)	__pgprot(	\
__pgprot          826 arch/x86/kernel/alternative.c 	pgprot = __pgprot(pgprot_val(PAGE_KERNEL) & ~_PAGE_GLOBAL);
__pgprot           28 arch/x86/kernel/crash_dump_32.c 	return pte_pfn(pfn_pte(pfn, __pgprot(0))) == pfn;
__pgprot          250 arch/x86/kernel/ldt.c 		pte_prot = __pgprot(__PAGE_KERNEL_RO & ~_PAGE_GLOBAL);
__pgprot          369 arch/x86/mm/dump_pagetables.c 		note_page(m, st, __pgprot(prot), eff, 5);
__pgprot          390 arch/x86/mm/dump_pagetables.c 		note_page(m, st, __pgprot(prot), 0, 5);
__pgprot          419 arch/x86/mm/dump_pagetables.c 				note_page(m, st, __pgprot(prot), eff, 4);
__pgprot          425 arch/x86/mm/dump_pagetables.c 			note_page(m, st, __pgprot(0), 0, 4);
__pgprot          453 arch/x86/mm/dump_pagetables.c 				note_page(m, st, __pgprot(prot), eff, 3);
__pgprot          459 arch/x86/mm/dump_pagetables.c 			note_page(m, st, __pgprot(0), 0, 3);
__pgprot          489 arch/x86/mm/dump_pagetables.c 				note_page(m, st, __pgprot(prot), eff, 2);
__pgprot          495 arch/x86/mm/dump_pagetables.c 			note_page(m, st, __pgprot(0), 0, 2);
__pgprot          545 arch/x86/mm/dump_pagetables.c 				note_page(m, &st, __pgprot(prot), eff, 1);
__pgprot          551 arch/x86/mm/dump_pagetables.c 			note_page(m, &st, __pgprot(0), 0, 1);
__pgprot          559 arch/x86/mm/dump_pagetables.c 	note_page(m, &st, __pgprot(0), 0, 0);
__pgprot          323 arch/x86/mm/init_32.c 					__pgprot(PTE_IDENT_ATTR |
__pgprot          354 arch/x86/mm/init_32.c 				pgprot_t init_prot = __pgprot(PTE_IDENT_ATTR);
__pgprot          562 arch/x86/mm/init_64.c 					     __pgprot(pgprot_val(prot) | _PAGE_PSE)),
__pgprot           33 arch/x86/mm/iomap_32.c 	*prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm));
__pgprot           78 arch/x86/mm/iomap_32.c 		prot = __pgprot(__PAGE_KERNEL |
__pgprot          251 arch/x86/mm/ioremap.c 		prot = __pgprot(pgprot_val(prot) |
__pgprot          255 arch/x86/mm/ioremap.c 		prot = __pgprot(pgprot_val(prot) |
__pgprot          259 arch/x86/mm/ioremap.c 		prot = __pgprot(pgprot_val(prot) |
__pgprot          263 arch/x86/mm/ioremap.c 		prot = __pgprot(pgprot_val(prot) |
__pgprot          426 arch/x86/mm/ioremap.c 				pgprot2cachemode(__pgprot(prot_val)),
__pgprot          385 arch/x86/mm/kasan_init_64.c 		prot = __pgprot(__PAGE_KERNEL_RO | _PAGE_ENC);
__pgprot           38 arch/x86/mm/pageattr-test.c #define PAGE_CPA_TEST	__pgprot(_PAGE_CPA_TEST)
__pgprot          150 arch/x86/mm/pageattr-test.c 		pte0 = pfn_pte(0, __pgprot(0)); /* shut gcc up */
__pgprot          560 arch/x86/mm/pageattr.c 	return __pgprot(pgprot_val(prot) & ~forbidden);
__pgprot         1019 arch/x86/mm/pageattr.c 	__set_pmd_pte(kpte, address, mk_pte(base, __pgprot(_KERNPG_TABLE)));
__pgprot         1398 arch/x86/mm/pageattr.c 	pgprot_t pgprot = __pgprot(_KERNPG_TABLE);
__pgprot         1763 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(addr, numpages, mask, __pgprot(0), 0,
__pgprot         1770 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(addr, numpages, __pgprot(0), mask, 0,
__pgprot         1777 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(NULL, numpages, mask, __pgprot(0), 0,
__pgprot         1784 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(NULL, numpages, __pgprot(0), mask, 0,
__pgprot         1836 arch/x86/mm/pageattr.c 					       __pgprot(_PAGE_CACHE_MASK),
__pgprot         1869 arch/x86/mm/pageattr.c 				      __pgprot(_PAGE_CACHE_MASK), 0);
__pgprot         1890 arch/x86/mm/pageattr.c 	return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_NX), 0);
__pgprot         1898 arch/x86/mm/pageattr.c 	return change_page_attr_set(&addr, numpages, __pgprot(_PAGE_NX), 0);
__pgprot         1903 arch/x86/mm/pageattr.c 	return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_RW), 0);
__pgprot         1908 arch/x86/mm/pageattr.c 	return change_page_attr_set(&addr, numpages, __pgprot(_PAGE_RW), 0);
__pgprot         1913 arch/x86/mm/pageattr.c 	return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_PRESENT), 0);
__pgprot         1920 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(&addr, numpages, __pgprot(0),
__pgprot         1921 arch/x86/mm/pageattr.c 					__pgprot(_PAGE_PRESENT), 0,
__pgprot         1927 arch/x86/mm/pageattr.c 	return change_page_attr_set_clr(&addr, numpages, __pgprot(0),
__pgprot         1928 arch/x86/mm/pageattr.c 					__pgprot(0), 1, 0, NULL);
__pgprot         1934 arch/x86/mm/pageattr.c 				      __pgprot(_PAGE_GLOBAL), 0);
__pgprot         1940 arch/x86/mm/pageattr.c 				    __pgprot(_PAGE_GLOBAL), 0);
__pgprot         1959 arch/x86/mm/pageattr.c 	cpa.mask_set = enc ? __pgprot(_PAGE_ENC) : __pgprot(0);
__pgprot         1960 arch/x86/mm/pageattr.c 	cpa.mask_clr = enc ? __pgprot(0) : __pgprot(_PAGE_ENC);
__pgprot         2035 arch/x86/mm/pageattr.c 					       __pgprot(_PAGE_CACHE_MASK),
__pgprot         2087 arch/x86/mm/pageattr.c 			__pgprot(_PAGE_CACHE_MASK));
__pgprot         2123 arch/x86/mm/pageattr.c 				.mask_set = __pgprot(_PAGE_PRESENT | _PAGE_RW),
__pgprot         2124 arch/x86/mm/pageattr.c 				.mask_clr = __pgprot(0),
__pgprot         2142 arch/x86/mm/pageattr.c 				.mask_set = __pgprot(0),
__pgprot         2143 arch/x86/mm/pageattr.c 				.mask_clr = __pgprot(_PAGE_PRESENT | _PAGE_RW),
__pgprot         2221 arch/x86/mm/pageattr.c 		.mask_set = __pgprot(0),
__pgprot         2222 arch/x86/mm/pageattr.c 		.mask_clr = __pgprot(~page_flags & (_PAGE_NX|_PAGE_RW)),
__pgprot         2234 arch/x86/mm/pageattr.c 	cpa.mask_set = __pgprot(_PAGE_PRESENT | page_flags);
__pgprot         2264 arch/x86/mm/pageattr.c 		.mask_set	= __pgprot(0),
__pgprot         2265 arch/x86/mm/pageattr.c 		.mask_clr	= __pgprot(_PAGE_PRESENT | _PAGE_RW),
__pgprot          836 arch/x86/mm/pat.c 	*vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) |
__pgprot          906 arch/x86/mm/pat.c 			*vma_prot = __pgprot((pgprot_val(*vma_prot) &
__pgprot          933 arch/x86/mm/pat.c 		*vma_prot = __pgprot((pgprot_val(*vma_prot) &
__pgprot          981 arch/x86/mm/pat.c 		pgprot = __pgprot(prot);
__pgprot         1028 arch/x86/mm/pat.c 	*prot = __pgprot((pgprot_val(*prot) & (~_PAGE_CACHE_MASK)) |
__pgprot         1043 arch/x86/mm/pat.c 	*prot = __pgprot((pgprot_val(*prot) & (~_PAGE_CACHE_MASK)) |
__pgprot         1088 arch/x86/mm/pat.c 	return __pgprot(pgprot_val(prot) |
__pgprot         1095 arch/x86/mm/pat.c 	return __pgprot(pgprot_val(prot) |
__pgprot          713 arch/x86/mm/pgtable.c 		__pgprot(pgprot_val(prot) | _PAGE_PSE)));
__pgprot          745 arch/x86/mm/pgtable.c 		__pgprot(pgprot_val(prot) | _PAGE_PSE)));
__pgprot           33 arch/x86/power/hibernate_64.c 	pgprot_t pgtable_prot = __pgprot(_KERNPG_TABLE);
__pgprot           34 arch/x86/power/hibernate_64.c 	pgprot_t pmd_text_prot = __pgprot(__PAGE_KERNEL_LARGE_EXEC);
__pgprot         2474 arch/x86/xen/mmu_pv.c #define VOID_PTE (mfn_pte(0, __pgprot(0)))
__pgprot          169 arch/xtensa/include/asm/pgtable.h #define PAGE_NONE	   __pgprot(_PAGE_NONE | _PAGE_USER)
__pgprot          170 arch/xtensa/include/asm/pgtable.h #define PAGE_COPY	   __pgprot(_PAGE_PRESENT | _PAGE_USER)
__pgprot          171 arch/xtensa/include/asm/pgtable.h #define PAGE_COPY_EXEC	   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
__pgprot          172 arch/xtensa/include/asm/pgtable.h #define PAGE_READONLY	   __pgprot(_PAGE_PRESENT | _PAGE_USER)
__pgprot          173 arch/xtensa/include/asm/pgtable.h #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
__pgprot          174 arch/xtensa/include/asm/pgtable.h #define PAGE_SHARED	   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE)
__pgprot          176 arch/xtensa/include/asm/pgtable.h 	__pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE | _PAGE_HW_EXEC)
__pgprot          177 arch/xtensa/include/asm/pgtable.h #define PAGE_KERNEL	   __pgprot(_PAGE_PRESENT | _PAGE_HW_WRITE)
__pgprot          178 arch/xtensa/include/asm/pgtable.h #define PAGE_KERNEL_RO	   __pgprot(_PAGE_PRESENT)
__pgprot          179 arch/xtensa/include/asm/pgtable.h #define PAGE_KERNEL_EXEC   __pgprot(_PAGE_PRESENT|_PAGE_HW_WRITE|_PAGE_HW_EXEC)
__pgprot          190 arch/xtensa/include/asm/pgtable.h # define PAGE_NONE       __pgprot(0)
__pgprot          191 arch/xtensa/include/asm/pgtable.h # define PAGE_SHARED     __pgprot(0)
__pgprot          192 arch/xtensa/include/asm/pgtable.h # define PAGE_COPY       __pgprot(0)
__pgprot          193 arch/xtensa/include/asm/pgtable.h # define PAGE_READONLY   __pgprot(0)
__pgprot          194 arch/xtensa/include/asm/pgtable.h # define PAGE_KERNEL     __pgprot(0)
__pgprot          287 arch/xtensa/include/asm/pgtable.h #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CA_MASK))
__pgprot          495 drivers/gpu/drm/drm_vm.c 		    __pgprot(pte_val
__pgprot          579 drivers/gpu/drm/drm_vm.c 		    __pgprot(pte_val
__pgprot           72 drivers/gpu/drm/i915/i915_mm.c 	r.prot = __pgprot((pgprot_val(iomap->prot) & _PAGE_CACHE_MASK) |
__pgprot           60 include/asm-generic/fixmap.h #define FIXMAP_PAGE_CLEAR __pgprot(0)
__pgprot         2531 include/linux/mm.h 	return __pgprot(0);
__pgprot           85 include/linux/mman.h #define arch_vm_get_page_prot(vm_flags) __pgprot(0)
__pgprot          248 mm/early_ioremap.c 					       __pgprot(prot_val));
__pgprot          108 mm/mmap.c      	pgprot_t ret = __pgprot(pgprot_val(protection_map[vm_flags &