/Linux-v5.4/arch/csky/mm/ |
D | ioremap.c | 60 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 71 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v5.4/arch/powerpc/mm/ |
D | mem.c | 75 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 78 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot() 79 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 86 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | fb.h | 12 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT, in fb_pgprotect()
|
D | machdep.h | 114 pgprot_t (*phys_mem_access_prot)(struct file *file, member
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 25 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/mips/loongson64/common/ |
D | mem.c | 109 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/Linux-v5.4/arch/powerpc/platforms/52xx/ |
D | efika.c | 234 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | pci_64.c | 49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 262 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/drivers/char/ |
D | mem.c | 313 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 395 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 246 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 121 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
|
/Linux-v5.4/arch/powerpc/platforms/powermac/ |
D | setup.c | 624 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/Linux-v5.4/arch/powerpc/platforms/chrp/ |
D | setup.c | 600 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable.h | 133 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/arm64/mm/ |
D | mmu.c | 79 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 88 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v5.4/arch/ia64/pci/ |
D | pci.c | 456 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_legacy_page_range()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_types.h | 525 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 357 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable.h | 653 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/arm/mm/ |
D | mmu.c | 705 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 714 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v5.4/arch/x86/mm/ |
D | pat.c | 789 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgtable.h | 437 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v5.4/arch/ia64/kernel/ |
D | efi.c | 895 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, in phys_mem_access_prot() function
|