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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dmachdep.h113 pgprot_t (*phys_mem_access_prot)(struct file *file, member in struct:machdep_calls
H A Dpgtable.h712 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/mm/
H A Dinit.c598 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
601 if (ppc_md.phys_mem_access_prot)
602 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);
609 EXPORT_SYMBOL(phys_mem_access_prot); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dmem.c85 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
88 if (ppc_md.phys_mem_access_prot)
89 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);
96 EXPORT_SYMBOL(phys_mem_access_prot); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h173 pgprot_t (*phys_mem_access_prot)(struct file *file, member in struct:machdep_calls
H A Dpgtable-ppc64.h431 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
H A Dpgtable-ppc32.h691 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/52xx/
H A Defika.c255 .phys_mem_access_prot = pci_phys_mem_access_prot,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dsetup.c611 .phys_mem_access_prot = pci_phys_mem_access_prot,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsetup.c760 .phys_mem_access_prot = pci_phys_mem_access_prot,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmem.c228 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
277 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprep_setup.c1131 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c653 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dpgtable.h318 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_64.c569 /* For now, override phys_mem_access_prot. If we need it,
572 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Defi.c803 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfbmem.c1225 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,

Completed in 383 milliseconds