/linux-6.3-rc2/arch/csky/mm/ |
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-6.3-rc2/arch/powerpc/mm/ |
A D | mem.c | 37 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 40 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot() 41 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 48 EXPORT_SYMBOL(phys_mem_access_prot);
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | fb.h | 12 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT, in fb_pgprotect()
|
A D | machdep.h | 108 pgprot_t (*phys_mem_access_prot)(struct file *file, member
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/ |
A D | pgtable.h | 24 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/powerpc/platforms/52xx/ |
A D | efika.c | 231 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | pci_64.c | 49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
|
/linux-6.3-rc2/drivers/char/ |
A D | mem.c | 306 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 388 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 250 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 222 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/powerpc/platforms/powermac/ |
A D | setup.c | 598 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-prd.c | 120 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/powerpc/platforms/chrp/ |
A D | setup.c | 586 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 319 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/ia64/pci/ |
A D | pci.c | 456 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_legacy_page_range()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable_types.h | 504 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/arm/mm/ |
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-6.3-rc2/arch/arm64/mm/ |
A D | mmu.c | 97 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 106 EXPORT_SYMBOL(phys_mem_access_prot);
|
/linux-6.3-rc2/arch/x86/mm/pat/ |
A D | memtype.c | 785 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 586 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | efi.c | 893 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, in phys_mem_access_prot() function
|