/linux/arch/csky/mm/ |
H A 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);
|
/linux/arch/powerpc/mm/ |
H A D | mem.c | 43 if (ppc_md.phys_mem_access_prot) in __phys_mem_access_prot() 44 return ppc_md.phys_mem_access_prot(pfn, size, vma_prot); in __phys_mem_access_prot()
|
/linux/arch/powerpc/include/asm/ |
H A D | pgtable.h | 129 static inline pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
H A D | machdep.h | 110 pgprot_t (*phys_mem_access_prot)(unsigned long pfn, member
|
/linux/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 232 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux/arch/powerpc/kernel/ |
H A D | pci_64.c | 49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
|
/linux/drivers/char/ |
H A D | mem.c | 287 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 369 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 222 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 599 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-prd.c | 129 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
|
/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 585 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux/arch/x86/include/asm/ |
H A D | pgtable_types.h | 532 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 99 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 108 EXPORT_SYMBOL(phys_mem_access_prot);
|
/linux/arch/arm/mm/ |
H A 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);
|
/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 767 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 713 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|