/arch/csky/mm/ |
D | ioremap.c | 8 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 19 EXPORT_SYMBOL(phys_mem_access_prot);
|
/arch/powerpc/mm/ |
D | mem.c | 35 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 38 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot() 39 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 46 EXPORT_SYMBOL(phys_mem_access_prot);
|
/arch/powerpc/include/asm/ |
D | fb.h | 12 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT, in fb_pgprotect()
|
D | machdep.h | 116 pgprot_t (*phys_mem_access_prot)(struct file *file, member
|
/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 24 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/powerpc/platforms/52xx/ |
D | efika.c | 232 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/arch/powerpc/kernel/ |
D | pci_64.c | 49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
|
/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 257 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/csky/include/asm/ |
D | pgtable.h | 224 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 127 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
|
/arch/arm/include/asm/ |
D | pgtable.h | 132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/powerpc/platforms/powermac/ |
D | setup.c | 620 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/arch/powerpc/platforms/chrp/ |
D | setup.c | 584 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/arch/ia64/pci/ |
D | pci.c | 456 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_legacy_page_range()
|
/arch/ia64/include/asm/ |
D | pgtable.h | 349 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 526 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/arm/mm/ |
D | mmu.c | 693 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 702 EXPORT_SYMBOL(phys_mem_access_prot);
|
/arch/arm64/mm/ |
D | mmu.c | 84 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 93 EXPORT_SYMBOL(phys_mem_access_prot);
|
/arch/x86/mm/pat/ |
D | memtype.c | 824 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 538 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/ia64/kernel/ |
D | efi.c | 893 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, in phys_mem_access_prot() function
|