Searched refs:phys_mem_access_prot (Results 1 - 19 of 19) sorted by relevance

/arch/powerpc/include/asm/
H A Dfb.h11 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,
H A Dmachdep.h193 pgprot_t (*phys_mem_access_prot)(struct file *file, member in struct:machdep_calls
H A Dpgtable.h239 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/arch/mips/loongson/common/
H A Dmem.c113 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
/arch/powerpc/mm/
H A Dmem.c95 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
98 if (ppc_md.phys_mem_access_prot)
99 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);
106 EXPORT_SYMBOL(phys_mem_access_prot); variable
/arch/powerpc/platforms/52xx/
H A Defika.c236 .phys_mem_access_prot = pci_phys_mem_access_prot,
/arch/powerpc/kernel/
H A Dpci_64.c51 /* For now, override phys_mem_access_prot. If we need it,g
54 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;
/arch/arm64/mm/
H A Dmmu.c123 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
132 EXPORT_SYMBOL(phys_mem_access_prot); variable
/arch/ia64/pci/
H A Dpci.c614 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size,
680 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size,
/arch/arm/include/asm/
H A Dpgtable.h130 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/arch/x86/include/asm/
H A Dpgtable_types.h359 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/arch/mips/include/asm/
H A Dpgtable.h597 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/arch/powerpc/platforms/chrp/
H A Dsetup.c606 .phys_mem_access_prot = pci_phys_mem_access_prot,
/arch/powerpc/platforms/powermac/
H A Dsetup.c683 .phys_mem_access_prot = pci_phys_mem_access_prot,
/arch/arm64/include/asm/
H A Dpgtable.h330 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/arch/ia64/include/asm/
H A Dpgtable.h360 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/arch/x86/mm/
H A Dpat.c484 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
/arch/arm/mm/
H A Dmmu.c681 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
690 EXPORT_SYMBOL(phys_mem_access_prot); variable
/arch/ia64/kernel/
H A Defi.c895 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, function

Completed in 2534 milliseconds