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

/linux-master/arch/csky/mm/
H A Dioremap.c8 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
19 EXPORT_SYMBOL(phys_mem_access_prot); variable
/linux-master/arch/powerpc/mm/
H A Dmem.c41 if (ppc_md.phys_mem_access_prot)
42 return ppc_md.phys_mem_access_prot(pfn, size, vma_prot);
/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h125 static inline pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
H A Dmachdep.h110 pgprot_t (*phys_mem_access_prot)(unsigned long pfn, member in struct:machdep_calls
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c232 .phys_mem_access_prot = pci_phys_mem_access_prot,
/linux-master/arch/powerpc/kernel/
H A Dpci_64.c46 /* For now, override phys_mem_access_prot. If we need it,g
49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;
/linux-master/arch/csky/include/asm/
H A Dpgtable.h222 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/linux-master/drivers/char/
H A Dmem.c287 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
369 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff,
/linux-master/arch/arm/include/asm/
H A Dpgtable.h132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c129 page_prot = phys_mem_access_prot(file, vma->vm_pgoff,
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c585 .phys_mem_access_prot = pci_phys_mem_access_prot,
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h533 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c599 .phys_mem_access_prot = pci_phys_mem_access_prot,
/linux-master/arch/arm64/mm/
H A Dmmu.c98 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
107 EXPORT_SYMBOL(phys_mem_access_prot); variable
/linux-master/arch/arm/mm/
H A Dmmu.c713 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
722 EXPORT_SYMBOL(phys_mem_access_prot); variable
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c782 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h614 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,

Completed in 226 milliseconds