/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 | 37 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 40 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot() 41 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 48 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 | 109 pgprot_t (*phys_mem_access_prot)(struct file *file, member
|
/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 17 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/powerpc/platforms/52xx/ |
D | efika.c | 230 .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 | 244 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/csky/include/asm/ |
D | pgtable.h | 222 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/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 | 599 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 127 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
|
/arch/powerpc/platforms/chrp/ |
D | setup.c | 585 .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 | 318 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 534 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/arch/arm64/mm/ |
D | mmu.c | 95 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 104 EXPORT_SYMBOL(phys_mem_access_prot);
|
/arch/arm/mm/ |
D | mmu.c | 713 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 722 EXPORT_SYMBOL(phys_mem_access_prot);
|
/arch/x86/mm/pat/ |
D | memtype.c | 785 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/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
|
/arch/arm64/include/asm/ |
D | pgtable.h | 603 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|