/linux-3.4.99/arch/powerpc/mm/ |
D | mem.c | 96 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 99 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot() 100 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 107 EXPORT_SYMBOL(phys_mem_access_prot);
|
/linux-3.4.99/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 | 179 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
D | machdep.h | 164 pgprot_t (*phys_mem_access_prot)(struct file *file, member
|
/linux-3.4.99/arch/mips/loongson/common/ |
D | mem.c | 71 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/linux-3.4.99/arch/powerpc/platforms/52xx/ |
D | efika.c | 235 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | pci_64.c | 54 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
|
/linux-3.4.99/arch/ia64/pci/ |
D | pci.c | 531 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_page_range() 597 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_legacy_page_range()
|
/linux-3.4.99/drivers/char/ |
D | mem.c | 255 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 317 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable_types.h | 296 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable.h | 120 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-3.4.99/arch/powerpc/platforms/chrp/ |
D | setup.c | 606 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux-3.4.99/arch/powerpc/platforms/powermac/ |
D | setup.c | 683 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable.h | 406 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-3.4.99/arch/arm/mm/ |
D | mmu.c | 540 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 549 EXPORT_SYMBOL(phys_mem_access_prot);
|
/linux-3.4.99/arch/x86/mm/ |
D | pat.c | 469 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | pgtable.h | 360 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-3.4.99/arch/ia64/kernel/ |
D | efi.c | 918 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, in phys_mem_access_prot() function
|