pgprot_t           44 arch/alpha/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          220 arch/alpha/include/asm/pgtable.h extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot)
pgprot_t          223 arch/alpha/include/asm/pgtable.h extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          196 arch/alpha/kernel/proto.h 	pgprot_t prot;
pgprot_t           44 arch/arc/include/asm/hugepage.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t           50 arch/arc/include/asm/page.h #define __pgprot(x)     ((pgprot_t) { (x) })
pgprot_t          320 arch/arc/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           59 arch/arc/mm/ioremap.c 	pgprot_t prot = __pgprot(flags);
pgprot_t           56 arch/arm/include/asm/fixmap.h void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
pgprot_t           46 arch/arm/include/asm/kvm_mmu.h int create_hyp_mappings(void *from, void *to, pgprot_t prot);
pgprot_t           33 arch/arm/include/asm/pgtable-2level-types.h #define __pgprot(x)     ((pgprot_t) { (x) } )
pgprot_t           37 arch/arm/include/asm/pgtable-3level-types.h #define __pgprot(x)     ((pgprot_t) { (x) } )
pgprot_t          248 arch/arm/include/asm/pgtable-3level.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t           81 arch/arm/include/asm/pgtable.h extern pgprot_t		pgprot_user;
pgprot_t           82 arch/arm/include/asm/pgtable.h extern pgprot_t		pgprot_kernel;
pgprot_t           83 arch/arm/include/asm/pgtable.h extern pgprot_t		pgprot_hyp_device;
pgprot_t           84 arch/arm/include/asm/pgtable.h extern pgprot_t		pgprot_s2;
pgprot_t           85 arch/arm/include/asm/pgtable.h extern pgprot_t		pgprot_s2_device;
pgprot_t          133 arch/arm/include/asm/pgtable.h extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          134 arch/arm/include/asm/pgtable.h 				     unsigned long size, pgprot_t vma_prot);
pgprot_t          269 arch/arm/include/asm/pgtable.h static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot)
pgprot_t          275 arch/arm/include/asm/pgtable.h static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot)
pgprot_t          321 arch/arm/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           48 arch/arm/mm/dma-mapping.c 	pgprot_t prot;
pgprot_t          335 arch/arm/mm/dma-mapping.c 				     pgprot_t prot, struct page **ret_page,
pgprot_t          340 arch/arm/mm/dma-mapping.c 				 pgprot_t prot, struct page **ret_page,
pgprot_t          360 arch/arm/mm/dma-mapping.c 	pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL);
pgprot_t          467 arch/arm/mm/dma-mapping.c 	pgprot_t prot = *(pgprot_t *)data;
pgprot_t          473 arch/arm/mm/dma-mapping.c static void __dma_remap(struct page *page, size_t size, pgprot_t prot)
pgprot_t          483 arch/arm/mm/dma-mapping.c 				 pgprot_t prot, struct page **ret_page,
pgprot_t          546 arch/arm/mm/dma-mapping.c 				     pgprot_t prot, struct page **ret_page,
pgprot_t          592 arch/arm/mm/dma-mapping.c static inline pgprot_t __get_dma_pgprot(unsigned long attrs, pgprot_t prot)
pgprot_t          688 arch/arm/mm/dma-mapping.c 			 gfp_t gfp, pgprot_t prot, bool is_coherent,
pgprot_t          774 arch/arm/mm/dma-mapping.c 	pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL);
pgprot_t         1465 arch/arm/mm/dma-mapping.c 	pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL);
pgprot_t          240 arch/arm/mm/fault-armv.c 		pgprot_t prot = __pgprot_modify(PAGE_KERNEL,
pgprot_t           64 arch/arm/mm/mmu.c pgprot_t pgprot_user;
pgprot_t           65 arch/arm/mm/mmu.c pgprot_t pgprot_kernel;
pgprot_t           66 arch/arm/mm/mmu.c pgprot_t pgprot_hyp_device;
pgprot_t           67 arch/arm/mm/mmu.c pgprot_t pgprot_s2;
pgprot_t           68 arch/arm/mm/mmu.c pgprot_t pgprot_s2_device;
pgprot_t          406 arch/arm/mm/mmu.c void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot)
pgprot_t          705 arch/arm/mm/mmu.c pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          706 arch/arm/mm/mmu.c 			      unsigned long size, pgprot_t vma_prot)
pgprot_t           13 arch/arm/mm/pageattr.c 	pgprot_t set_mask;
pgprot_t           14 arch/arm/mm/pageattr.c 	pgprot_t clear_mask;
pgprot_t           37 arch/arm/mm/pageattr.c 				pgprot_t set_mask, pgprot_t clear_mask)
pgprot_t           47 arch/arm64/include/asm/acpi.h pgprot_t __acpi_get_mem_attribute(phys_addr_t addr);
pgprot_t          152 arch/arm64/include/asm/acpi.h static inline pgprot_t arch_apei_get_mem_attribute(phys_addr_t addr)
pgprot_t          107 arch/arm64/include/asm/fixmap.h extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
pgprot_t          165 arch/arm64/include/asm/io.h extern void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot);
pgprot_t          147 arch/arm64/include/asm/kvm_mmu.h int create_hyp_mappings(void *from, void *to, pgprot_t prot);
pgprot_t          128 arch/arm64/include/asm/mmu.h 			       pgprot_t prot, bool page_mappings_only);
pgprot_t          129 arch/arm64/include/asm/mmu.h extern void *fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot);
pgprot_t           44 arch/arm64/include/asm/pgtable-types.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          126 arch/arm64/include/asm/pgtable.h static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot)
pgprot_t          132 arch/arm64/include/asm/pgtable.h static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot)
pgprot_t          326 arch/arm64/include/asm/pgtable.h static inline pgprot_t mk_pud_sect_prot(pgprot_t prot)
pgprot_t          331 arch/arm64/include/asm/pgtable.h static inline pgprot_t mk_pmd_sect_prot(pgprot_t prot)
pgprot_t          433 arch/arm64/include/asm/pgtable.h extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          434 arch/arm64/include/asm/pgtable.h 				     unsigned long size, pgprot_t vma_prot);
pgprot_t          658 arch/arm64/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          669 arch/arm64/include/asm/pgtable.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t          241 arch/arm64/kernel/acpi.c pgprot_t __acpi_get_mem_attribute(phys_addr_t addr)
pgprot_t           59 arch/arm64/mm/hugetlbpage.c static inline pgprot_t pte_pgprot(pte_t pte)
pgprot_t          180 arch/arm64/mm/hugetlbpage.c 	pgprot_t hugeprot;
pgprot_t          376 arch/arm64/mm/hugetlbpage.c 	pgprot_t hugeprot;
pgprot_t          408 arch/arm64/mm/hugetlbpage.c 	pgprot_t hugeprot;
pgprot_t           22 arch/arm64/mm/ioremap.c 				      pgprot_t prot, void *caller)
pgprot_t           65 arch/arm64/mm/ioremap.c void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot)
pgprot_t           79 arch/arm64/mm/mmu.c pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t           80 arch/arm64/mm/mmu.c 			      unsigned long size, pgprot_t vma_prot)
pgprot_t          141 arch/arm64/mm/mmu.c 		     phys_addr_t phys, pgprot_t prot)
pgprot_t          166 arch/arm64/mm/mmu.c 				pgprot_t prot,
pgprot_t          184 arch/arm64/mm/mmu.c 		pgprot_t __prot = prot;
pgprot_t          200 arch/arm64/mm/mmu.c 		     phys_addr_t phys, pgprot_t prot,
pgprot_t          238 arch/arm64/mm/mmu.c 				pgprot_t prot,
pgprot_t          258 arch/arm64/mm/mmu.c 		pgprot_t __prot = prot;
pgprot_t          286 arch/arm64/mm/mmu.c 			   phys_addr_t phys, pgprot_t prot,
pgprot_t          337 arch/arm64/mm/mmu.c 				 pgprot_t prot,
pgprot_t          400 arch/arm64/mm/mmu.c 				  phys_addr_t size, pgprot_t prot)
pgprot_t          413 arch/arm64/mm/mmu.c 			       pgprot_t prot, bool page_mappings_only)
pgprot_t          427 arch/arm64/mm/mmu.c 				phys_addr_t size, pgprot_t prot)
pgprot_t          443 arch/arm64/mm/mmu.c 				  phys_addr_t end, pgprot_t prot, int flags)
pgprot_t          541 arch/arm64/mm/mmu.c 				      pgprot_t prot, struct vm_struct *vma,
pgprot_t          586 arch/arm64/mm/mmu.c 	pgprot_t prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC;
pgprot_t          625 arch/arm64/mm/mmu.c 	pgprot_t text_prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC;
pgprot_t          865 arch/arm64/mm/mmu.c 			       phys_addr_t phys, pgprot_t flags)
pgprot_t          882 arch/arm64/mm/mmu.c void *__init fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot)
pgprot_t          956 arch/arm64/mm/mmu.c int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot)
pgprot_t          970 arch/arm64/mm/mmu.c int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot)
pgprot_t           16 arch/arm64/mm/pageattr.c 	pgprot_t set_mask;
pgprot_t           17 arch/arm64/mm/pageattr.c 	pgprot_t clear_mask;
pgprot_t           38 arch/arm64/mm/pageattr.c 				pgprot_t set_mask, pgprot_t clear_mask)
pgprot_t           54 arch/arm64/mm/pageattr.c 				pgprot_t set_mask, pgprot_t clear_mask)
pgprot_t           40 arch/csky/include/asm/io.h extern void __iomem *__ioremap(phys_addr_t addr, size_t size, pgprot_t prot);
pgprot_t           73 arch/csky/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t          246 arch/csky/include/asm/pgtable.h extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          247 arch/csky/include/asm/pgtable.h 				     unsigned long size, pgprot_t vma_prot);
pgprot_t          257 arch/csky/include/asm/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t _prot)
pgprot_t          267 arch/csky/include/asm/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
pgprot_t          281 arch/csky/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           12 arch/csky/mm/ioremap.c 				      pgprot_t prot, void *caller)
pgprot_t           40 arch/csky/mm/ioremap.c void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot)
pgprot_t           60 arch/csky/mm/ioremap.c pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t           61 arch/csky/mm/ioremap.c 			      unsigned long size, pgprot_t vma_prot)
pgprot_t           79 arch/hexagon/include/asm/page.h #define __pgprot(x)    ((pgprot_t) { (x) })
pgprot_t          341 arch/hexagon/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t prot)
pgprot_t           18 arch/hexagon/mm/ioremap.c 	pgprot_t prot = __pgprot(_PAGE_PRESENT|_PAGE_READ|_PAGE_WRITE
pgprot_t          195 arch/ia64/include/asm/page.h # define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          357 arch/ia64/include/asm/pgtable.h extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          358 arch/ia64/include/asm/pgtable.h 				     unsigned long size, pgprot_t vma_prot);
pgprot_t          894 arch/ia64/kernel/efi.c pgprot_t
pgprot_t          896 arch/ia64/kernel/efi.c 		     pgprot_t vma_prot)
pgprot_t          208 arch/ia64/mm/init.c put_kernel_page (struct page *page, unsigned long address, pgprot_t pgprot)
pgprot_t           37 arch/ia64/mm/ioremap.c 	pgprot_t prot;
pgprot_t          443 arch/ia64/pci/pci.c 	pgprot_t prot;
pgprot_t          159 arch/m68k/include/asm/mcf_pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          103 arch/m68k/include/asm/motorola_pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           38 arch/m68k/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          172 arch/m68k/include/asm/pgtable_mm.h pgprot_t pgprot_dmacoherent(pgprot_t prot);
pgprot_t          105 arch/m68k/include/asm/sun3_pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           26 arch/m68k/kernel/dma.c pgprot_t pgprot_dmacoherent(pgprot_t prot)
pgprot_t           59 arch/microblaze/include/asm/fixmap.h 					phys_addr_t phys, pgprot_t flags);
pgprot_t           29 arch/microblaze/include/asm/highmem.h extern pgprot_t kmap_prot;
pgprot_t           56 arch/microblaze/include/asm/highmem.h extern void *kmap_atomic_prot(struct page *page, pgprot_t prot);
pgprot_t          117 arch/microblaze/include/asm/page.h # define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t           64 arch/microblaze/include/asm/pci.h extern pgprot_t	pci_phys_mem_access_prot(struct file *file,
pgprot_t           67 arch/microblaze/include/asm/pci.h 					 pgprot_t prot);
pgprot_t          368 arch/microblaze/include/asm/pgtable.h static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot)
pgprot_t          383 arch/microblaze/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           35 arch/microblaze/mm/highmem.c void *kmap_atomic_prot(struct page *page, pgprot_t prot)
pgprot_t           51 arch/microblaze/mm/init.c pgprot_t kmap_prot;
pgprot_t          247 arch/microblaze/mm/pgtable.c void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)
pgprot_t          173 arch/microblaze/pci/pci-common.c pgprot_t pci_phys_mem_access_prot(struct file *file,
pgprot_t          176 arch/microblaze/pci/pci-common.c 				  pgprot_t prot)
pgprot_t          156 arch/mips/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          160 arch/mips/include/asm/pgtable-32.h pfn_pte(unsigned long pfn, pgprot_t prot)
pgprot_t          175 arch/mips/include/asm/pgtable-32.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot)
pgprot_t          420 arch/mips/include/asm/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t _prot)
pgprot_t          431 arch/mips/include/asm/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
pgprot_t          448 arch/mips/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          457 arch/mips/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          466 arch/mips/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          495 arch/mips/include/asm/pgtable.h extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot);
pgprot_t          501 arch/mips/include/asm/pgtable.h 		pgprot_t prot)
pgprot_t          596 arch/mips/include/asm/pgtable.h extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
pgprot_t          611 arch/mips/include/asm/pgtable.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t          653 arch/mips/include/asm/pgtable.h pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          654 arch/mips/include/asm/pgtable.h 		unsigned long size, pgprot_t vma_prot);
pgprot_t          109 arch/mips/loongson64/common/mem.c pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          110 arch/mips/loongson64/common/mem.c 			      unsigned long size, pgprot_t vma_prot)
pgprot_t           84 arch/mips/mm/init.c static void *__kmap_pgprot(struct page *page, unsigned long addr, pgprot_t prot)
pgprot_t           26 arch/mips/mm/ioremap.c 	pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE
pgprot_t           35 arch/mips/mm/pgtable-32.c pmd_t mk_pmd(struct page *page, pgprot_t prot)
pgprot_t           91 arch/mips/mm/pgtable-64.c pmd_t mk_pmd(struct page *page, pgprot_t prot)
pgprot_t           26 arch/nds32/include/asm/fixmap.h void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
pgprot_t          372 arch/nds32/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          120 arch/nds32/kernel/vdso.c 	pgprot_t prot;
pgprot_t          256 arch/nds32/mm/init.c 			       phys_addr_t phys, pgprot_t flags)
pgprot_t           16 arch/nds32/mm/ioremap.c 	pgprot_t prot;
pgprot_t           71 arch/nios2/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t          120 arch/nios2/include/asm/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t _prot)
pgprot_t          179 arch/nios2/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           28 arch/nios2/mm/ioremap.c 	pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ
pgprot_t           65 arch/openrisc/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t          313 arch/openrisc/include/asm/pgtable.h static inline pte_t __mk_pte(void *page, pgprot_t pgprot)
pgprot_t          331 arch/openrisc/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           72 arch/openrisc/mm/init.c 	pgprot_t prot;
pgprot_t           58 arch/parisc/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          420 arch/parisc/include/asm/pgtable.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
pgprot_t          427 arch/parisc/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          352 arch/parisc/mm/init.c 			     pgprot_t pgprot, int force)
pgprot_t          433 arch/parisc/mm/init.c 				pgprot_t prot;
pgprot_t           33 arch/parisc/mm/ioremap.c 	pgprot_t pgprot;
pgprot_t          140 arch/powerpc/include/asm/book3s/32/pgtable.h int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
pgprot_t          436 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
pgprot_t          513 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          583 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t prot)
pgprot_t          590 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_noncached_wc(pgprot_t prot)
pgprot_t          597 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_cached(pgprot_t prot)
pgprot_t          604 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_cached_wthru(pgprot_t prot)
pgprot_t          611 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_cached_noncoherent(pgprot_t prot)
pgprot_t          617 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t prot)
pgprot_t          161 arch/powerpc/include/asm/book3s/64/hash-64k.h 			   unsigned long pfn, unsigned long size, pgprot_t);
pgprot_t          163 arch/powerpc/include/asm/book3s/64/hash-64k.h 				 unsigned long pfn, pgprot_t prot)
pgprot_t          247 arch/powerpc/include/asm/book3s/64/hash.h int hash__map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot);
pgprot_t           68 arch/powerpc/include/asm/book3s/64/pgtable-64k.h 			       unsigned long pfn, pgprot_t prot)
pgprot_t          609 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
pgprot_t          711 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          826 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t prot)
pgprot_t          833 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pgprot_t pgprot_noncached_wc(pgprot_t prot)
pgprot_t          840 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pgprot_t pgprot_cached(pgprot_t prot)
pgprot_t          846 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t prot)
pgprot_t         1037 arch/powerpc/include/asm/book3s/64/pgtable.h static inline int map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot)
pgprot_t         1137 arch/powerpc/include/asm/book3s/64/pgtable.h extern pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot);
pgprot_t         1138 arch/powerpc/include/asm/book3s/64/pgtable.h extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot);
pgprot_t         1139 arch/powerpc/include/asm/book3s/64/pgtable.h extern pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot);
pgprot_t          278 arch/powerpc/include/asm/book3s/64/radix.h 				 pgprot_t flags, unsigned int psz);
pgprot_t           25 arch/powerpc/include/asm/book3s/pgtable.h extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t           26 arch/powerpc/include/asm/book3s/pgtable.h 				     unsigned long size, pgprot_t vma_prot);
pgprot_t           78 arch/powerpc/include/asm/fixmap.h 				phys_addr_t phys, pgprot_t flags)
pgprot_t           33 arch/powerpc/include/asm/highmem.h extern pgprot_t kmap_prot;
pgprot_t           64 arch/powerpc/include/asm/highmem.h extern void *kmap_atomic_prot(struct page *page, pgprot_t prot);
pgprot_t           53 arch/powerpc/include/asm/io-workarounds.h 			   pgprot_t prot, void *caller);
pgprot_t          726 arch/powerpc/include/asm/io.h 			unsigned long size, pgprot_t prot);
pgprot_t          728 arch/powerpc/include/asm/io.h 			 pgprot_t prot, void *caller);
pgprot_t          731 arch/powerpc/include/asm/io.h 				      pgprot_t prot, void *caller);
pgprot_t          734 arch/powerpc/include/asm/io.h 				   unsigned long size, pgprot_t prot);
pgprot_t          114 arch/powerpc/include/asm/machdep.h 	pgprot_t	(*phys_mem_access_prot)(struct file *file,
pgprot_t          117 arch/powerpc/include/asm/machdep.h 						pgprot_t vma_prot);
pgprot_t           31 arch/powerpc/include/asm/mman.h static inline pgprot_t arch_vm_get_page_prot(unsigned long vm_flags)
pgprot_t           67 arch/powerpc/include/asm/nohash/32/pgtable.h int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
pgprot_t          358 arch/powerpc/include/asm/nohash/64/pgtable.h int map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot);
pgprot_t          121 arch/powerpc/include/asm/nohash/pgtable.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) {
pgprot_t          176 arch/powerpc/include/asm/nohash/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          262 arch/powerpc/include/asm/nohash/pgtable.h extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          263 arch/powerpc/include/asm/nohash/pgtable.h 				     unsigned long size, pgprot_t vma_prot);
pgprot_t          110 arch/powerpc/include/asm/pci.h extern pgprot_t	pci_phys_mem_access_prot(struct file *file,
pgprot_t          113 arch/powerpc/include/asm/pci.h 					 pgprot_t prot);
pgprot_t           69 arch/powerpc/include/asm/pgtable-be-types.h #define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t           46 arch/powerpc/include/asm/pgtable-types.h #define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t           52 arch/powerpc/include/asm/pgtable.h static inline pgprot_t pte_pgprot(pte_t pte)
pgprot_t          153 arch/powerpc/kernel/io-workarounds.c 			   pgprot_t prot, void *caller)
pgprot_t          437 arch/powerpc/kernel/pci-common.c pgprot_t pci_phys_mem_access_prot(struct file *file,
pgprot_t          440 arch/powerpc/kernel/pci-common.c 				  pgprot_t prot)
pgprot_t          123 arch/powerpc/mm/book3s32/mmu.c 		    unsigned int size, pgprot_t prot)
pgprot_t          250 arch/powerpc/mm/book3s32/mmu.c 		   unsigned int size, pgprot_t prot)
pgprot_t          148 arch/powerpc/mm/book3s64/hash_pgtable.c int hash__map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot)
pgprot_t          123 arch/powerpc/mm/book3s64/pgtable.c static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot)
pgprot_t          128 arch/powerpc/mm/book3s64/pgtable.c pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot)
pgprot_t          136 arch/powerpc/mm/book3s64/pgtable.c pmd_t mk_pmd(struct page *page, pgprot_t pgprot)
pgprot_t          141 arch/powerpc/mm/book3s64/pgtable.c pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t           59 arch/powerpc/mm/book3s64/radix_pgtable.c 			  pgprot_t flags,
pgprot_t          109 arch/powerpc/mm/book3s64/radix_pgtable.c 			  pgprot_t flags,
pgprot_t          163 arch/powerpc/mm/book3s64/radix_pgtable.c 			  pgprot_t flags,
pgprot_t          259 arch/powerpc/mm/book3s64/radix_pgtable.c 	pgprot_t prot;
pgprot_t          887 arch/powerpc/mm/book3s64/radix_pgtable.c 				 pgprot_t flags, unsigned int map_page_size,
pgprot_t         1100 arch/powerpc/mm/book3s64/radix_pgtable.c int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot)
pgprot_t         1147 arch/powerpc/mm/book3s64/radix_pgtable.c int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot)
pgprot_t           33 arch/powerpc/mm/highmem.c void *kmap_atomic_prot(struct page *page, pgprot_t prot)
pgprot_t           13 arch/powerpc/mm/ioremap.c 	pgprot_t prot = pgprot_noncached(PAGE_KERNEL);
pgprot_t           24 arch/powerpc/mm/ioremap.c 	pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL);
pgprot_t           35 arch/powerpc/mm/ioremap.c 	pgprot_t prot = pgprot_cached(PAGE_KERNEL);
pgprot_t           63 arch/powerpc/mm/ioremap.c 			unsigned long size, pgprot_t prot)
pgprot_t           78 arch/powerpc/mm/ioremap.c 			 pgprot_t prot, void *caller)
pgprot_t           11 arch/powerpc/mm/ioremap_32.c 	pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL);
pgprot_t           18 arch/powerpc/mm/ioremap_32.c __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller)
pgprot_t           10 arch/powerpc/mm/ioremap_64.c void __iomem *__ioremap_at(phys_addr_t pa, void *ea, unsigned long size, pgprot_t prot)
pgprot_t           58 arch/powerpc/mm/ioremap_64.c 			       pgprot_t prot, void *caller)
pgprot_t           15 arch/powerpc/mm/kasan/kasan_init_32.c static pgprot_t kasan_prot_ro(void)
pgprot_t           23 arch/powerpc/mm/kasan/kasan_init_32.c static void kasan_populate_pte(pte_t *ptep, pgprot_t prot)
pgprot_t           37 arch/powerpc/mm/kasan/kasan_init_32.c 	pgprot_t prot = slab_is_available() ? kasan_prot_ro() : PAGE_KERNEL;
pgprot_t          112 arch/powerpc/mm/kasan/kasan_init_32.c 	pgprot_t prot = kasan_prot_ro();
pgprot_t           65 arch/powerpc/mm/mem.c pgprot_t kmap_prot;
pgprot_t           75 arch/powerpc/mm/mem.c pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t           76 arch/powerpc/mm/mem.c 			      unsigned long size, pgprot_t vma_prot)
pgprot_t           98 arch/powerpc/mm/mmu_decl.h 		   unsigned int size, pgprot_t prot);
pgprot_t           73 arch/powerpc/mm/nohash/book3e_pgtable.c int __ref map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot)
pgprot_t           59 arch/powerpc/mm/pgtable_32.c int __ref map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot)
pgprot_t          161 arch/powerpc/mm/pgtable_32.c static int __change_page_attr_noflush(struct page *page, pgprot_t prot)
pgprot_t          185 arch/powerpc/mm/pgtable_32.c static int change_page_attr(struct page *page, int numpages, pgprot_t prot)
pgprot_t          107 arch/powerpc/platforms/powernv/opal-prd.c 	pgprot_t page_prot;
pgprot_t           41 arch/riscv/include/asm/fixmap.h 			 phys_addr_t phys, pgprot_t prot);
pgprot_t           83 arch/riscv/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) })
pgprot_t           68 arch/riscv/include/asm/pgtable-64.h static inline pmd_t pfn_pmd(unsigned long pfn, pgprot_t prot)
pgprot_t          148 arch/riscv/include/asm/pgtable.h static inline pgd_t pfn_pgd(unsigned long pfn, pgprot_t prot)
pgprot_t          187 arch/riscv/include/asm/pgtable.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot)
pgprot_t          292 arch/riscv/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          161 arch/riscv/mm/init.c void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot)
pgprot_t          201 arch/riscv/mm/init.c 				      phys_addr_t sz, pgprot_t prot)
pgprot_t          247 arch/riscv/mm/init.c 				      phys_addr_t sz, pgprot_t prot)
pgprot_t          291 arch/riscv/mm/init.c 				      phys_addr_t sz, pgprot_t prot)
pgprot_t           24 arch/riscv/mm/ioremap.c 	pgprot_t prot, void *caller)
pgprot_t           84 arch/s390/include/asm/hugetlb.h static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot)
pgprot_t          119 arch/s390/include/asm/hugetlb.h static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          102 arch/s390/include/asm/page.h #define __pgprot(x)     ((pgprot_t) { (x) } )
pgprot_t          922 arch/s390/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t         1194 arch/s390/include/asm/pgtable.h static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot)
pgprot_t         1203 arch/s390/include/asm/pgtable.h static inline pte_t mk_pte(struct page *page, pgprot_t pgprot)
pgprot_t         1369 arch/s390/include/asm/pgtable.h static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot)
pgprot_t         1405 arch/s390/include/asm/pgtable.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t         1423 arch/s390/include/asm/pgtable.h static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot)
pgprot_t          241 arch/s390/kernel/crash_dump.c 					unsigned long size, pgprot_t prot)
pgprot_t          269 arch/s390/kernel/crash_dump.c 					   unsigned long size, pgprot_t prot)
pgprot_t          289 arch/s390/kernel/crash_dump.c 			   unsigned long pfn, unsigned long size, pgprot_t prot)
pgprot_t           54 arch/sh/boards/mach-landisk/setup.c 	pgprot_t prot;
pgprot_t           49 arch/sh/boards/mach-lboxre2/setup.c 	pgprot_t prot;
pgprot_t           71 arch/sh/boards/mach-sh03/setup.c 	pgprot_t prot;
pgprot_t           76 arch/sh/include/asm/fixmap.h 			 unsigned long phys, pgprot_t flags);
pgprot_t           77 arch/sh/include/asm/fixmap.h extern void __clear_fixmap(enum fixed_addresses idx, pgprot_t flags);
pgprot_t          269 arch/sh/include/asm/io.h 			       pgprot_t prot, void *caller);
pgprot_t          273 arch/sh/include/asm/io.h __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot)
pgprot_t          279 arch/sh/include/asm/io.h __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot)
pgprot_t          314 arch/sh/include/asm/io.h __ioremap_mode(phys_addr_t offset, unsigned long size, pgprot_t prot)
pgprot_t          355 arch/sh/include/asm/io.h extern void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t);
pgprot_t          360 arch/sh/include/asm/io.h ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot)
pgprot_t           63 arch/sh/include/asm/mmu.h 		     unsigned long size, pgprot_t prot);
pgprot_t           65 arch/sh/include/asm/mmu.h 			       pgprot_t prot, void *caller);
pgprot_t           72 arch/sh/include/asm/mmu.h 		 unsigned long size, pgprot_t prot)
pgprot_t           79 arch/sh/include/asm/mmu.h 		 pgprot_t prot, void *caller)
pgprot_t          100 arch/sh/include/asm/mmu.h pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot)
pgprot_t          103 arch/sh/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          392 arch/sh/include/asm/pgtable_32.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          292 arch/sh/include/asm/pgtable_64.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           29 arch/sh/include/cpu-sh4/cpu/sq.h 		       const char *name, pgprot_t prot);
pgprot_t          101 arch/sh/kernel/cpu/sh4/sq.c static int __sq_remap(struct sq_mapping *map, pgprot_t prot)
pgprot_t          143 arch/sh/kernel/cpu/sh4/sq.c 		       const char *name, pgprot_t prot)
pgprot_t           72 arch/sh/mm/init.c static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot)
pgprot_t           89 arch/sh/mm/init.c static void clear_pte_phys(unsigned long addr, pgprot_t prot)
pgprot_t          102 arch/sh/mm/init.c void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
pgprot_t          114 arch/sh/mm/init.c void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot)
pgprot_t           39 arch/sh/mm/ioremap.c 		 pgprot_t pgprot, void *caller)
pgprot_t           48 arch/sh/mm/ioremap_fixed.c ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot)
pgprot_t           97 arch/sh/mm/nommu.c void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
pgprot_t          117 arch/sh/mm/pmb.c static inline unsigned long pgprot_to_pmb_flags(pgprot_t prot)
pgprot_t          207 arch/sh/mm/pmb.c static inline bool pmb_prot_valid(pgprot_t prot)
pgprot_t          336 arch/sh/mm/pmb.c 		     unsigned long size, pgprot_t prot)
pgprot_t          411 arch/sh/mm/pmb.c 			       pgprot_t prot, void *caller)
pgprot_t           32 arch/sparc/include/asm/highmem.h extern pgprot_t kmap_prot;
pgprot_t           50 arch/sparc/include/asm/mman.h static inline pgprot_t sparc_vm_get_page_prot(unsigned long vm_flags)
pgprot_t           76 arch/sparc/include/asm/page_32.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t           88 arch/sparc/include/asm/page_64.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          284 arch/sparc/include/asm/pgtable_32.h static inline pte_t mk_pte(struct page *page, pgprot_t pgprot)
pgprot_t          289 arch/sparc/include/asm/pgtable_32.h static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot)
pgprot_t          294 arch/sparc/include/asm/pgtable_32.h static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space)
pgprot_t          300 arch/sparc/include/asm/pgtable_32.h static inline pgprot_t pgprot_noncached(pgprot_t prot)
pgprot_t          306 arch/sparc/include/asm/pgtable_32.h static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
pgprot_t          307 arch/sparc/include/asm/pgtable_32.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          411 arch/sparc/include/asm/pgtable_32.h 		    unsigned long, pgprot_t);
pgprot_t          415 arch/sparc/include/asm/pgtable_32.h 				     unsigned long size, pgprot_t prot)
pgprot_t          214 arch/sparc/include/asm/pgtable_64.h pte_t mk_pte_io(unsigned long, pgprot_t, int, unsigned long);
pgprot_t          218 arch/sparc/include/asm/pgtable_64.h extern pgprot_t PAGE_KERNEL;
pgprot_t          219 arch/sparc/include/asm/pgtable_64.h extern pgprot_t PAGE_KERNEL_LOCKED;
pgprot_t          220 arch/sparc/include/asm/pgtable_64.h extern pgprot_t PAGE_COPY;
pgprot_t          221 arch/sparc/include/asm/pgtable_64.h extern pgprot_t PAGE_SHARED;
pgprot_t          239 arch/sparc/include/asm/pgtable_64.h static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot)
pgprot_t          249 arch/sparc/include/asm/pgtable_64.h static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          280 arch/sparc/include/asm/pgtable_64.h static inline pte_t pte_modify(pte_t pte, pgprot_t prot)
pgprot_t          339 arch/sparc/include/asm/pgtable_64.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t          349 arch/sparc/include/asm/pgtable_64.h static inline pgprot_t pgprot_noncached(pgprot_t prot)
pgprot_t          786 arch/sparc/include/asm/pgtable_64.h static inline pgprot_t pmd_pgprot(pmd_t entry)
pgprot_t         1032 arch/sparc/include/asm/pgtable_64.h 		    unsigned long, pgprot_t);
pgprot_t         1069 arch/sparc/include/asm/pgtable_64.h 				     unsigned long size, pgprot_t prot)
pgprot_t           35 arch/sparc/mm/highmem.c pgprot_t kmap_prot;
pgprot_t         1787 arch/sparc/mm/init_64.c 					    unsigned long pend, pgprot_t prot,
pgprot_t         2575 arch/sparc/mm/init_64.c pgprot_t PAGE_KERNEL __read_mostly;
pgprot_t         2578 arch/sparc/mm/init_64.c pgprot_t PAGE_KERNEL_LOCKED __read_mostly;
pgprot_t         2579 arch/sparc/mm/init_64.c pgprot_t PAGE_COPY __read_mostly;
pgprot_t         2581 arch/sparc/mm/init_64.c pgprot_t PAGE_SHARED __read_mostly;
pgprot_t         2805 arch/sparc/mm/init_64.c pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size)
pgprot_t          219 arch/sparc/mm/io-unit.c 	pgprot_t dvma_prot;
pgprot_t           52 arch/sparc/mm/iommu.c static pgprot_t dvma_prot;		/* Consistent mapping pte flags */
pgprot_t           41 arch/um/include/asm/fixmap.h 			  unsigned long phys, pgprot_t flags);
pgprot_t           89 arch/um/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          102 arch/um/include/asm/pgtable-3level.h static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          111 arch/um/include/asm/pgtable-3level.h static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          295 arch/um/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           44 arch/unicore32/include/asm/page.h #define __pgprot(x)     ((pgprot_t) { (x) })
pgprot_t           83 arch/unicore32/include/asm/pgtable.h extern pgprot_t pgprot_user;
pgprot_t           84 arch/unicore32/include/asm/pgtable.h extern pgprot_t pgprot_kernel;
pgprot_t          239 arch/unicore32/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           42 arch/unicore32/mm/mmu.c pgprot_t pgprot_user;
pgprot_t           45 arch/unicore32/mm/mmu.c pgprot_t pgprot_kernel;
pgprot_t          285 arch/x86/events/intel/ds.c static void ds_update_cea(void *cea, void *addr, size_t size, pgprot_t prot)
pgprot_t          166 arch/x86/include/asm/acpi.h static inline pgprot_t arch_apei_get_mem_attribute(phys_addr_t addr)
pgprot_t          123 arch/x86/include/asm/cpu_entry_area.h extern void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags);
pgprot_t          160 arch/x86/include/asm/fixmap.h 		       phys_addr_t phys, pgprot_t flags);
pgprot_t          164 arch/x86/include/asm/fixmap.h 				phys_addr_t phys, pgprot_t flags)
pgprot_t          196 arch/x86/include/asm/fixmap.h 			phys_addr_t phys, pgprot_t flags);
pgprot_t           67 arch/x86/include/asm/highmem.h void *kmap_atomic_prot(struct page *page, pgprot_t prot);
pgprot_t           71 arch/x86/include/asm/highmem.h void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot);
pgprot_t           17 arch/x86/include/asm/iomap.h iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot);
pgprot_t           23 arch/x86/include/asm/iomap.h iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot);
pgprot_t          631 arch/x86/include/asm/paravirt.h 				phys_addr_t phys, pgprot_t flags)
pgprot_t          302 arch/x86/include/asm/paravirt_types.h 			   phys_addr_t phys, pgprot_t flags);
pgprot_t          539 arch/x86/include/asm/pgtable.h static inline pgprotval_t massage_pgprot(pgprot_t pgprot)
pgprot_t          549 arch/x86/include/asm/pgtable.h static inline pgprotval_t check_pgprot(pgprot_t pgprot)
pgprot_t          566 arch/x86/include/asm/pgtable.h static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          574 arch/x86/include/asm/pgtable.h static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          582 arch/x86/include/asm/pgtable.h static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          604 arch/x86/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t          618 arch/x86/include/asm/pgtable.h static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
pgprot_t          633 arch/x86/include/asm/pgtable.h static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot)
pgprot_t          647 arch/x86/include/asm/pgtable.h static inline pgprot_t arch_filter_pgprot(pgprot_t prot)
pgprot_t         1463 arch/x86/include/asm/pgtable.h extern bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot);
pgprot_t          453 arch/x86/include/asm/pgtable_types.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          473 arch/x86/include/asm/pgtable_types.h static inline pgprot_t cachemode2pgprot(enum page_cache_mode pcm)
pgprot_t          477 arch/x86/include/asm/pgtable_types.h static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot)
pgprot_t          486 arch/x86/include/asm/pgtable_types.h static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot)
pgprot_t          489 arch/x86/include/asm/pgtable_types.h 	pgprot_t new;
pgprot_t          495 arch/x86/include/asm/pgtable_types.h static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot)
pgprot_t          498 arch/x86/include/asm/pgtable_types.h 	pgprot_t new;
pgprot_t          515 arch/x86/include/asm/pgtable_types.h extern pgprot_t pgprot_writecombine(pgprot_t prot);
pgprot_t          518 arch/x86/include/asm/pgtable_types.h extern pgprot_t pgprot_writethrough(pgprot_t prot);
pgprot_t          525 arch/x86/include/asm/pgtable_types.h pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          526 arch/x86/include/asm/pgtable_types.h                               unsigned long size, pgprot_t vma_prot);
pgprot_t          320 arch/x86/include/asm/xen/page.h static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot)
pgprot_t          796 arch/x86/kernel/alternative.c 	pgprot_t pgprot;
pgprot_t          231 arch/x86/kernel/ldt.c 		pgprot_t pte_prot;
pgprot_t          126 arch/x86/kernel/machine_kexec_64.c 	pgprot_t prot = PAGE_KERNEL_EXEC_NOENC;
pgprot_t          105 arch/x86/kernel/tboot.c 			  pgprot_t prot)
pgprot_t           29 arch/x86/mm/cpu_entry_area.c void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags)
pgprot_t           49 arch/x86/mm/cpu_entry_area.c cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot)
pgprot_t          120 arch/x86/mm/cpu_entry_area.c 	pgprot_t gdt_prot = PAGE_KERNEL_RO;
pgprot_t          121 arch/x86/mm/cpu_entry_area.c 	pgprot_t tss_prot = PAGE_KERNEL_RO;
pgprot_t          133 arch/x86/mm/cpu_entry_area.c 	pgprot_t gdt_prot = boot_cpu_has(X86_FEATURE_XENPV) ?
pgprot_t          135 arch/x86/mm/cpu_entry_area.c 	pgprot_t tss_prot = PAGE_KERNEL;
pgprot_t           30 arch/x86/mm/dump_pagetables.c 	pgprot_t current_prot;
pgprot_t          177 arch/x86/mm/dump_pagetables.c static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg)
pgprot_t          269 arch/x86/mm/dump_pagetables.c 		      pgprot_t new_prot, pgprotval_t new_eff, int level)
pgprot_t           34 arch/x86/mm/highmem_32.c void *kmap_atomic_prot(struct page *page, pgprot_t prot)
pgprot_t          317 arch/x86/mm/init_32.c 				pgprot_t prot = PAGE_KERNEL_LARGE;
pgprot_t          322 arch/x86/mm/init_32.c 				pgprot_t init_prot =
pgprot_t          349 arch/x86/mm/init_32.c 				pgprot_t prot = PAGE_KERNEL;
pgprot_t          354 arch/x86/mm/init_32.c 				pgprot_t init_prot = __pgprot(PTE_IDENT_ATTR);
pgprot_t          367 arch/x86/mm/init_64.c 	pgprot_t prot;
pgprot_t          449 arch/x86/mm/init_64.c 	      pgprot_t prot, bool init)
pgprot_t          503 arch/x86/mm/init_64.c 	      unsigned long page_size_mask, pgprot_t prot, bool init)
pgprot_t          513 arch/x86/mm/init_64.c 		pgprot_t new_prot = prot;
pgprot_t          598 arch/x86/mm/init_64.c 		pgprot_t prot = PAGE_KERNEL;
pgprot_t           21 arch/x86/mm/iomap_32.c int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot)
pgprot_t           47 arch/x86/mm/iomap_32.c void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot)
pgprot_t           68 arch/x86/mm/iomap_32.c iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot)
pgprot_t          186 arch/x86/mm/ioremap.c 	pgprot_t prot;
pgprot_t          726 arch/x86/mm/ioremap.c pgprot_t __init early_memremap_pgprot_adjust(resource_size_t phys_addr,
pgprot_t          728 arch/x86/mm/ioremap.c 					     pgprot_t prot)
pgprot_t          863 arch/x86/mm/ioremap.c 			       phys_addr_t phys, pgprot_t flags)
pgprot_t          383 arch/x86/mm/kasan_init_64.c 		pgprot_t prot;
pgprot_t          201 arch/x86/mm/mem_encrypt.c 	pgprot_t old_prot, new_prot;
pgprot_t          238 arch/x86/mm/mmap.c bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot)
pgprot_t           38 arch/x86/mm/pageattr.c 	pgprot_t	mask_set;
pgprot_t           39 arch/x86/mm/pageattr.c 	pgprot_t	mask_clr;
pgprot_t          489 arch/x86/mm/pageattr.c static inline bool conflicts(pgprot_t prot, pgprotval_t val)
pgprot_t          494 arch/x86/mm/pageattr.c static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val,
pgprot_t          518 arch/x86/mm/pageattr.c static inline pgprot_t static_protections(pgprot_t prot, unsigned long start,
pgprot_t          729 arch/x86/mm/pageattr.c static pgprot_t pgprot_clear_protnone_bits(pgprot_t prot)
pgprot_t          750 arch/x86/mm/pageattr.c 	pgprot_t old_prot, new_prot, req_prot, chk_prot;
pgprot_t          905 arch/x86/mm/pageattr.c 			  pgprot_t ref_prot, unsigned long address,
pgprot_t          909 arch/x86/mm/pageattr.c 	pgprot_t prot;
pgprot_t          947 arch/x86/mm/pageattr.c 	pgprot_t ref_prot;
pgprot_t         1223 arch/x86/mm/pageattr.c 			 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot)
pgprot_t         1242 arch/x86/mm/pageattr.c 			 unsigned num_pages, pud_t *pud, pgprot_t pgprot)
pgprot_t         1246 arch/x86/mm/pageattr.c 	pgprot_t pmd_pgprot;
pgprot_t         1315 arch/x86/mm/pageattr.c 			pgprot_t pgprot)
pgprot_t         1320 arch/x86/mm/pageattr.c 	pgprot_t pud_pgprot;
pgprot_t         1398 arch/x86/mm/pageattr.c 	pgprot_t pgprot = __pgprot(_KERNPG_TABLE);
pgprot_t         1509 arch/x86/mm/pageattr.c 		pgprot_t new_prot = pte_pgprot(old_pte);
pgprot_t         1669 arch/x86/mm/pageattr.c 				    pgprot_t mask_set, pgprot_t mask_clr,
pgprot_t         1761 arch/x86/mm/pageattr.c 				       pgprot_t mask, int array)
pgprot_t         1768 arch/x86/mm/pageattr.c 					 pgprot_t mask, int array)
pgprot_t         1775 arch/x86/mm/pageattr.c 				       pgprot_t mask)
pgprot_t         1782 arch/x86/mm/pageattr.c 					 pgprot_t mask)
pgprot_t          789 arch/x86/mm/pat.c pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          790 arch/x86/mm/pat.c 				unsigned long size, pgprot_t vma_prot)
pgprot_t          826 arch/x86/mm/pat.c 				unsigned long size, pgprot_t *vma_prot)
pgprot_t          879 arch/x86/mm/pat.c static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot,
pgprot_t          970 arch/x86/mm/pat.c 	pgprot_t pgprot;
pgprot_t          994 arch/x86/mm/pat.c int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
pgprot_t         1034 arch/x86/mm/pat.c void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, pfn_t pfn)
pgprot_t         1086 arch/x86/mm/pat.c pgprot_t pgprot_writecombine(pgprot_t prot)
pgprot_t         1093 arch/x86/mm/pat.c pgprot_t pgprot_writethrough(pgprot_t prot)
pgprot_t          647 arch/x86/mm/pgtable.c 		       phys_addr_t phys, pgprot_t flags)
pgprot_t          662 arch/x86/mm/pgtable.c int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot)
pgprot_t          696 arch/x86/mm/pgtable.c int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot)
pgprot_t          725 arch/x86/mm/pgtable.c int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot)
pgprot_t           33 arch/x86/power/hibernate_64.c 	pgprot_t pgtable_prot = __pgprot(_KERNPG_TABLE);
pgprot_t           34 arch/x86/power/hibernate_64.c 	pgprot_t pmd_text_prot = __pgprot(__PAGE_KERNEL_LARGE_EXEC);
pgprot_t          348 arch/x86/xen/enlighten_pv.c static void set_aliased_prot(void *v, pgprot_t prot)
pgprot_t           18 arch/x86/xen/mmu.h void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags);
pgprot_t          255 arch/x86/xen/mmu_pv.c void set_pte_mfn(unsigned long vaddr, unsigned long mfn, pgprot_t flags)
pgprot_t         1620 arch/x86/xen/mmu_pv.c static inline void __set_pfn_prot(unsigned long pfn, pgprot_t prot)
pgprot_t         1761 arch/x86/xen/mmu_pv.c static void __init set_page_prot_flags(void *addr, pgprot_t prot,
pgprot_t         1770 arch/x86/xen/mmu_pv.c static void __init set_page_prot(void *addr, pgprot_t prot)
pgprot_t         2295 arch/x86/xen/mmu_pv.c static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot)
pgprot_t         2687 arch/x86/xen/mmu_pv.c 	pgprot_t prot;
pgprot_t         2716 arch/x86/xen/mmu_pv.c 		  xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
pgprot_t          108 arch/xtensa/include/asm/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          300 arch/xtensa/include/asm/pgtable.h static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           15 arch/xtensa/mm/ioremap.c 				    pgprot_t prot)
pgprot_t          136 drivers/acpi/apei/ghes.c 	pgprot_t prot;
pgprot_t          102 drivers/char/agp/frontend.c 					    int size, pgprot_t page_prot)
pgprot_t          155 drivers/char/agp/frontend.c static pgprot_t agp_convert_mmap_flags(int prot)
pgprot_t          272 drivers/char/mem.c 	unsigned long pfn, unsigned long size, pgprot_t *vma_prot)
pgprot_t          313 drivers/char/mem.c static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
pgprot_t          314 drivers/char/mem.c 				     unsigned long size, pgprot_t vma_prot)
pgprot_t           54 drivers/firmware/efi/earlycon.c 	pgprot_t fb_prot;
pgprot_t           69 drivers/gpu/drm/drm_vm.c static pgprot_t drm_io_prot(struct drm_local_map *map,
pgprot_t           72 drivers/gpu/drm/drm_vm.c 	pgprot_t tmp = vm_get_page_prot(vma->vm_flags);
pgprot_t           95 drivers/gpu/drm/drm_vm.c static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma)
pgprot_t           97 drivers/gpu/drm/drm_vm.c 	pgprot_t tmp = vm_get_page_prot(vma->vm_flags);
pgprot_t          130 drivers/gpu/drm/etnaviv/etnaviv_gem.c 	pgprot_t vm_page_prot;
pgprot_t          237 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	pgprot_t pgprot;
pgprot_t         1151 drivers/gpu/drm/i915/gvt/kvmgt.c 	pgprot_t pg_prot;
pgprot_t           35 drivers/gpu/drm/i915/i915_mm.c 	pgprot_t prot;
pgprot_t          114 drivers/gpu/drm/lima/lima_gem.c 	pgprot_t prot = vm_get_page_prot(vma->vm_flags);
pgprot_t          473 drivers/gpu/drm/tegra/gem.c 		pgprot_t prot = vm_get_page_prot(vma->vm_flags);
pgprot_t          287 drivers/gpu/drm/ttm/ttm_bo_util.c void *ttm_kmap_atomic_prot(struct page *page, pgprot_t prot)
pgprot_t          303 drivers/gpu/drm/ttm/ttm_bo_util.c void ttm_kunmap_atomic_prot(void *addr, pgprot_t prot)
pgprot_t          314 drivers/gpu/drm/ttm/ttm_bo_util.c 				pgprot_t prot)
pgprot_t          336 drivers/gpu/drm/ttm/ttm_bo_util.c 				pgprot_t prot)
pgprot_t          421 drivers/gpu/drm/ttm/ttm_bo_util.c 			pgprot_t prot = ttm_io_prot(old_mem->placement,
pgprot_t          426 drivers/gpu/drm/ttm/ttm_bo_util.c 			pgprot_t prot = ttm_io_prot(new_mem->placement,
pgprot_t          529 drivers/gpu/drm/ttm/ttm_bo_util.c pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp)
pgprot_t          588 drivers/gpu/drm/ttm/ttm_bo_util.c 	pgprot_t prot;
pgprot_t          339 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	pgprot_t dst_prot;
pgprot_t          344 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	pgprot_t src_prot;
pgprot_t          938 drivers/infiniband/core/uverbs_main.c 		      unsigned long pfn, unsigned long size, pgprot_t prot)
pgprot_t          319 drivers/infiniband/hw/cxgb4/t4.h static inline pgprot_t t4_pgprot_wc(pgprot_t prot)
pgprot_t         2088 drivers/infiniband/hw/mlx5/main.c 	pgprot_t prot;
pgprot_t          572 drivers/iommu/dma-iommu.c 	pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs);
pgprot_t          976 drivers/iommu/dma-iommu.c 		pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs);
pgprot_t           47 drivers/soc/aspeed/aspeed-lpc-ctrl.c 	pgprot_t prot = vma->vm_page_prot;
pgprot_t          103 drivers/soc/aspeed/aspeed-p2a-ctrl.c 	pgprot_t prot;
pgprot_t          180 drivers/staging/android/ion/ion.h int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot);
pgprot_t           26 drivers/staging/android/ion/ion_heap.c 	pgprot_t pgprot;
pgprot_t          100 drivers/staging/android/ion/ion_heap.c static int ion_heap_clear_pages(struct page **pages, int num, pgprot_t pgprot)
pgprot_t          113 drivers/staging/android/ion/ion_heap.c 				pgprot_t pgprot)
pgprot_t          138 drivers/staging/android/ion/ion_heap.c 	pgprot_t pgprot;
pgprot_t          148 drivers/staging/android/ion/ion_heap.c int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot)
pgprot_t          530 drivers/tee/optee/call.c static bool is_normal_memory(pgprot_t p)
pgprot_t           67 drivers/xen/xlate_mmu.c 	pgprot_t prot;
pgprot_t          146 drivers/xen/xlate_mmu.c 			      int *err_ptr, pgprot_t prot,
pgprot_t          269 drivers/xen/xlate_mmu.c 	pgprot_t prot;
pgprot_t          189 fs/proc/vmcore.c 				  unsigned long size, pgprot_t prot)
pgprot_t          489 fs/proc/vmcore.c 				    unsigned long size, pgprot_t prot)
pgprot_t          539 fs/proc/vmcore.c 			    unsigned long size, pgprot_t prot)
pgprot_t          407 fs/pstore/ram_core.c 	pgprot_t prot;
pgprot_t            5 include/asm-generic/hugetlb.h static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot)
pgprot_t           30 include/asm-generic/hugetlb.h static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t           59 include/asm-generic/page.h #define __pgprot(x)	((pgprot_t) { (x) } )
pgprot_t          511 include/asm-generic/pgtable.h static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot)
pgprot_t          805 include/asm-generic/pgtable.h static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
pgprot_t          816 include/asm-generic/pgtable.h static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
pgprot_t          847 include/asm-generic/pgtable.h extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
pgprot_t          850 include/asm-generic/pgtable.h extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
pgprot_t         1042 include/asm-generic/pgtable.h int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot);
pgprot_t         1045 include/asm-generic/pgtable.h static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot)
pgprot_t         1055 include/asm-generic/pgtable.h int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
pgprot_t         1056 include/asm-generic/pgtable.h int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
pgprot_t         1063 include/asm-generic/pgtable.h static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot)
pgprot_t         1067 include/asm-generic/pgtable.h static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot)
pgprot_t         1071 include/asm-generic/pgtable.h static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot)
pgprot_t         1122 include/asm-generic/pgtable.h 			unsigned long size, pgprot_t *vma_prot);
pgprot_t         1131 include/asm-generic/pgtable.h static inline bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot)
pgprot_t          737 include/drm/ttm/ttm_bo_api.h void *ttm_kmap_atomic_prot(struct page *page, pgprot_t prot);
pgprot_t          739 include/drm/ttm/ttm_bo_api.h void ttm_kunmap_atomic_prot(void *addr, pgprot_t prot);
pgprot_t          902 include/drm/ttm/ttm_bo_driver.h pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);
pgprot_t           62 include/linux/agpgart.h 	pgprot_t prot;
pgprot_t           25 include/linux/crash_dump.h 				  unsigned long size, pgprot_t prot);
pgprot_t          630 include/linux/dma-mapping.h 			pgprot_t prot, const void *caller);
pgprot_t          633 include/linux/dma-mapping.h 			pgprot_t prot, const void *caller);
pgprot_t           58 include/linux/dma-noncoherent.h pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs);
pgprot_t           60 include/linux/dma-noncoherent.h static inline pgprot_t dma_pgprot(struct device *dev, pgprot_t prot,
pgprot_t           48 include/linux/huge_mm.h 			unsigned long addr, pgprot_t newprot,
pgprot_t          140 include/linux/hugetlb.h 		unsigned long address, unsigned long end, pgprot_t newprot);
pgprot_t          198 include/linux/hugetlb.h 		unsigned long address, unsigned long end, pgprot_t newprot)
pgprot_t           25 include/linux/io-mapping.h 	pgprot_t prot;
pgprot_t           44 include/linux/io-mapping.h 	pgprot_t prot;
pgprot_t           25 include/linux/io.h 		       phys_addr_t phys_addr, pgprot_t prot);
pgprot_t           28 include/linux/io.h 				     phys_addr_t phys_addr, pgprot_t prot)
pgprot_t          384 include/linux/mm.h extern pgprot_t protection_map[16];
pgprot_t         1629 include/linux/mm.h 			      unsigned long end, pgprot_t newprot,
pgprot_t         1748 include/linux/mm.h int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);
pgprot_t         2526 include/linux/mm.h pgprot_t vm_get_page_prot(unsigned long vm_flags);
pgprot_t         2529 include/linux/mm.h static inline pgprot_t vm_get_page_prot(unsigned long vm_flags)
pgprot_t         2546 include/linux/mm.h 			unsigned long pfn, unsigned long size, pgprot_t);
pgprot_t         2555 include/linux/mm.h 			unsigned long pfn, pgprot_t pgprot);
pgprot_t          315 include/linux/mm_types.h 	pgprot_t vm_page_prot;		/* Access permissions of this VMA. */
pgprot_t           80 include/linux/pfn_t.h static inline pte_t pfn_t_pte(pfn_t pfn, pgprot_t pgprot)
pgprot_t           87 include/linux/pfn_t.h static inline pmd_t pfn_t_pmd(pfn_t pfn, pgprot_t pgprot)
pgprot_t           93 include/linux/pfn_t.h static inline pud_t pfn_t_pud(pfn_t pfn, pgprot_t pgprot)
pgprot_t           78 include/linux/vmalloc.h 				int node, pgprot_t prot);
pgprot_t           99 include/linux/vmalloc.h extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot);
pgprot_t          102 include/linux/vmalloc.h 			pgprot_t prot, unsigned long vm_flags, int node,
pgprot_t          120 include/linux/vmalloc.h 			unsigned long flags, pgprot_t prot);
pgprot_t          158 include/linux/vmalloc.h extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
pgprot_t          162 include/linux/vmalloc.h 				    pgprot_t prot, struct page **pages);
pgprot_t          175 include/linux/vmalloc.h 			pgprot_t prot, struct page **pages)
pgprot_t         2797 include/rdma/ib_verbs.h 		      unsigned long pfn, unsigned long size, pgprot_t prot);
pgprot_t         2802 include/rdma/ib_verbs.h 				    pgprot_t prot)
pgprot_t           66 include/xen/xen-ops.h 		  xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
pgprot_t           71 include/xen/xen-ops.h 				pgprot_t prot,  unsigned int domid,
pgprot_t           85 include/xen/xen-ops.h 			      int *err_ptr, pgprot_t prot,
pgprot_t           98 include/xen/xen-ops.h 					    int *err_ptr, pgprot_t prot,
pgprot_t          135 include/xen/xen-ops.h 					     int *err_ptr, pgprot_t prot,
pgprot_t          172 include/xen/xen-ops.h 					     pgprot_t prot, unsigned int domid,
pgprot_t          197 include/xen/xen-ops.h 					     pgprot_t prot, unsigned int domid,
pgprot_t          170 kernel/dma/mapping.c pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs)
pgprot_t           24 kernel/dma/remap.c 			size_t size, pgprot_t prot, const void *caller)
pgprot_t           45 kernel/dma/remap.c 			 pgprot_t prot, const void *caller)
pgprot_t           63 kernel/dma/remap.c 			pgprot_t prot, const void *caller)
pgprot_t           64 lib/ioremap.c  		unsigned long end, phys_addr_t phys_addr, pgprot_t prot)
pgprot_t           83 lib/ioremap.c  				pgprot_t prot)
pgprot_t          104 lib/ioremap.c  		unsigned long end, phys_addr_t phys_addr, pgprot_t prot)
pgprot_t          126 lib/ioremap.c  				pgprot_t prot)
pgprot_t          147 lib/ioremap.c  		unsigned long end, phys_addr_t phys_addr, pgprot_t prot)
pgprot_t          169 lib/ioremap.c  				pgprot_t prot)
pgprot_t          190 lib/ioremap.c  		unsigned long end, phys_addr_t phys_addr, pgprot_t prot)
pgprot_t          211 lib/ioremap.c  		       unsigned long end, phys_addr_t phys_addr, pgprot_t prot)
pgprot_t           34 mm/early_ioremap.c pgprot_t __init __weak early_memremap_pgprot_adjust(resource_size_t phys_addr,
pgprot_t           36 mm/early_ioremap.c 						    pgprot_t prot)
pgprot_t           58 mm/early_ioremap.c 					    phys_addr_t phys, pgprot_t prot)
pgprot_t          106 mm/early_ioremap.c __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot)
pgprot_t          226 mm/early_ioremap.c 	pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size,
pgprot_t          235 mm/early_ioremap.c 	pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size,
pgprot_t          770 mm/huge_memory.c 		pmd_t *pmd, pfn_t pfn, pgprot_t prot, bool write,
pgprot_t          820 mm/huge_memory.c 	pgprot_t pgprot = vma->vm_page_prot;
pgprot_t          859 mm/huge_memory.c 		pud_t *pud, pfn_t pfn, pgprot_t prot, bool write)
pgprot_t          898 mm/huge_memory.c 	pgprot_t pgprot = vma->vm_page_prot;
pgprot_t         1925 mm/huge_memory.c 		unsigned long addr, pgprot_t newprot, int prot_numa)
pgprot_t         4554 mm/hugetlb.c   		unsigned long address, unsigned long end, pgprot_t newprot)
pgprot_t         1423 mm/memory.c    			struct page *page, pgprot_t prot)
pgprot_t         1582 mm/memory.c    			pfn_t pfn, pgprot_t prot, bool mkwrite)
pgprot_t         1653 mm/memory.c    			unsigned long pfn, pgprot_t pgprot)
pgprot_t         1724 mm/memory.c    	pgprot_t pgprot = vma->vm_page_prot;
pgprot_t         1793 mm/memory.c    			unsigned long pfn, pgprot_t prot)
pgprot_t         1819 mm/memory.c    			unsigned long pfn, pgprot_t prot)
pgprot_t         1842 mm/memory.c    			unsigned long pfn, pgprot_t prot)
pgprot_t         1864 mm/memory.c    			unsigned long pfn, pgprot_t prot)
pgprot_t         1897 mm/memory.c    		    unsigned long pfn, unsigned long size, pgprot_t prot)
pgprot_t          167 mm/memremap.c  	pgprot_t pgprot = PAGE_KERNEL;
pgprot_t           94 mm/mmap.c      pgprot_t protection_map[16] __ro_after_init = {
pgprot_t          100 mm/mmap.c      static inline pgprot_t arch_filter_pgprot(pgprot_t prot)
pgprot_t          106 mm/mmap.c      pgprot_t vm_get_page_prot(unsigned long vm_flags)
pgprot_t          108 mm/mmap.c      	pgprot_t ret = __pgprot(pgprot_val(protection_map[vm_flags &
pgprot_t          116 mm/mmap.c      static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags)
pgprot_t          125 mm/mmap.c      	pgprot_t vm_page_prot;
pgprot_t         1663 mm/mmap.c      int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot)
pgprot_t           39 mm/mprotect.c  		unsigned long addr, unsigned long end, pgprot_t newprot,
pgprot_t          191 mm/mprotect.c  		pgprot_t newprot, int dirty_accountable, int prot_numa)
pgprot_t          263 mm/mprotect.c  		pgprot_t newprot, int dirty_accountable, int prot_numa)
pgprot_t          283 mm/mprotect.c  		pgprot_t newprot, int dirty_accountable, int prot_numa)
pgprot_t          302 mm/mprotect.c  		unsigned long addr, unsigned long end, pgprot_t newprot,
pgprot_t          332 mm/mprotect.c  		       unsigned long end, pgprot_t newprot,
pgprot_t          348 mm/mprotect.c  	return pfn_modify_allowed(pte_pfn(*pte), *(pgprot_t *)(walk->private)) ?
pgprot_t          356 mm/mprotect.c  	return pfn_modify_allowed(pte_pfn(*pte), *(pgprot_t *)(walk->private)) ?
pgprot_t          397 mm/mprotect.c  		pgprot_t new_pgprot = vm_get_page_prot(newflags);
pgprot_t          143 mm/nommu.c     void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)
pgprot_t          330 mm/nommu.c     void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot)
pgprot_t          343 mm/nommu.c     void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot)
pgprot_t         1652 mm/nommu.c     		unsigned long pfn, unsigned long size, pgprot_t prot)
pgprot_t          139 mm/vmalloc.c   		unsigned long end, pgprot_t prot, struct page **pages, int *nr)
pgprot_t          165 mm/vmalloc.c   		unsigned long end, pgprot_t prot, struct page **pages, int *nr)
pgprot_t          182 mm/vmalloc.c   		unsigned long end, pgprot_t prot, struct page **pages, int *nr)
pgprot_t          199 mm/vmalloc.c   		unsigned long end, pgprot_t prot, struct page **pages, int *nr)
pgprot_t          222 mm/vmalloc.c   				   pgprot_t prot, struct page **pages)
pgprot_t          243 mm/vmalloc.c   			   pgprot_t prot, struct page **pages)
pgprot_t         1778 mm/vmalloc.c   void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot)
pgprot_t         1963 mm/vmalloc.c   			     pgprot_t prot, struct page **pages)
pgprot_t         2006 mm/vmalloc.c   int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages)
pgprot_t         2371 mm/vmalloc.c   	   unsigned long flags, pgprot_t prot)
pgprot_t         2396 mm/vmalloc.c   			    gfp_t gfp_mask, pgprot_t prot,
pgprot_t         2399 mm/vmalloc.c   				 pgprot_t prot, int node)
pgprot_t         2481 mm/vmalloc.c   			pgprot_t prot, unsigned long vm_flags, int node,
pgprot_t         2549 mm/vmalloc.c   			    gfp_t gfp_mask, pgprot_t prot,
pgprot_t         2556 mm/vmalloc.c   void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)
pgprot_t           65 sound/core/sgbuf.c 	pgprot_t prot = PAGE_KERNEL;
pgprot_t          612 virt/kvm/arm/mmu.c 				    pgprot_t prot)
pgprot_t          628 virt/kvm/arm/mmu.c 				   pgprot_t prot)
pgprot_t          661 virt/kvm/arm/mmu.c 				   pgprot_t prot)
pgprot_t          694 virt/kvm/arm/mmu.c 				 unsigned long pfn, pgprot_t prot)
pgprot_t          750 virt/kvm/arm/mmu.c int create_hyp_mappings(void *from, void *to, pgprot_t prot)
pgprot_t          779 virt/kvm/arm/mmu.c 					unsigned long *haddr, pgprot_t prot)
pgprot_t         1682 virt/kvm/arm/mmu.c 	pgprot_t mem_type = PAGE_S2;