| /linux-4.4.14/arch/powerpc/mm/ | 
| D | mem.c | 94 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,  in phys_mem_access_prot()  function 97 	if (ppc_md.phys_mem_access_prot)  in phys_mem_access_prot() 98 		return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);  in phys_mem_access_prot() 105 EXPORT_SYMBOL(phys_mem_access_prot);
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | fb.h | 11 	vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,  in fb_pgprotect()
  | 
| D | pgtable.h | 216 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  | 
| D | machdep.h | 162 	pgprot_t	(*phys_mem_access_prot)(struct file *file,  member
  | 
| /linux-4.4.14/arch/mips/loongson64/common/ | 
| D | mem.c | 113 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,  in phys_mem_access_prot()  function
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | pci_64.c | 53 	ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;  in pcibios_init()
  | 
| /linux-4.4.14/arch/powerpc/platforms/52xx/ | 
| D | efika.c | 237 	.phys_mem_access_prot	= pci_phys_mem_access_prot,  in define_machine()
  | 
| /linux-4.4.14/arch/ia64/pci/ | 
| D | pci.c | 444 	prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size,  in pci_mmap_page_range() 510 	prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size,  in pci_mmap_legacy_page_range()
  | 
| /linux-4.4.14/arch/arm64/mm/ | 
| D | mmu.c | 54 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,  in phys_mem_access_prot()  function 63 EXPORT_SYMBOL(phys_mem_access_prot);
  | 
| /linux-4.4.14/drivers/char/ | 
| D | mem.c | 265 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,  in phys_mem_access_prot()  function 338 	vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff,  in mmap_mem()
  | 
| /linux-4.4.14/arch/powerpc/platforms/powernv/ | 
| D | opal-prd.c | 129 	page_prot = phys_mem_access_prot(file, vma->vm_pgoff,  in opal_prd_mmap()
  | 
| /linux-4.4.14/arch/powerpc/platforms/powermac/ | 
| D | setup.c | 664 	.phys_mem_access_prot	= pci_phys_mem_access_prot,  in define_machine()
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | pgtable_types.h | 402 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | pgtable.h | 130 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  | 
| /linux-4.4.14/arch/powerpc/platforms/chrp/ | 
| D | setup.c | 607 	.phys_mem_access_prot	= pci_phys_mem_access_prot,  in define_machine()
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | pgtable.h | 356 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | pgtable.h | 645 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | mmu.c | 701 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,  in phys_mem_access_prot()  function 710 EXPORT_SYMBOL(phys_mem_access_prot);
  | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | pgtable.h | 394 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  | 
| /linux-4.4.14/arch/x86/mm/ | 
| D | pat.c | 689 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,  in phys_mem_access_prot()  function
  | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | efi.c | 894 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size,  in phys_mem_access_prot()  function
  |