/Linux-v4.19/arch/powerpc/mm/ |
D | mem.c | 89 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 92 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot() 93 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 100 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v4.19/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 | 125 pgprot_t (*phys_mem_access_prot)(struct file *file, member
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 25 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/arch/mips/loongson64/common/ |
D | mem.c | 113 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/Linux-v4.19/arch/powerpc/platforms/52xx/ |
D | efika.c | 236 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | pci_64.c | 53 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 208 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/drivers/char/ |
D | mem.c | 302 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 384 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 129 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | setup.c | 635 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/Linux-v4.19/arch/powerpc/platforms/chrp/ |
D | setup.c | 607 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 133 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/arch/arm64/mm/ |
D | mmu.c | 70 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 79 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v4.19/arch/ia64/pci/ |
D | pci.c | 457 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_legacy_page_range()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable_types.h | 526 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 357 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 677 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/arch/arm/mm/ |
D | mmu.c | 708 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function 717 EXPORT_SYMBOL(phys_mem_access_prot);
|
/Linux-v4.19/arch/x86/mm/ |
D | pat.c | 779 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 409 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
|
/Linux-v4.19/arch/ia64/kernel/ |
D | efi.c | 893 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, in phys_mem_access_prot() function
|