Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/csky/mm/
H A Dioremap.c8 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); variable
/kernel/linux/linux-6.6/arch/csky/mm/
H A Dioremap.c8 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); variable
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dmem.c37 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); variable
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dfb.h12 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT, in fb_pgprotect()
H A Dmachdep.h116 pgprot_t (*phys_mem_access_prot)(struct file *file, member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dfb.h12 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT, in fb_pgprotect()
H A Dmachdep.h109 pgprot_t (*phys_mem_access_prot)(struct file *file, member
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmem.c71 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
74 if (ppc_md.phys_mem_access_prot) in phys_mem_access_prot()
75 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot()
82 EXPORT_SYMBOL(phys_mem_access_prot); variable
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/
H A Dpgtable.h25 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/
H A Dpgtable.h17 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H A Defika.c233 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Defika.c230 .phys_mem_access_prot = pci_phys_mem_access_prot, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h257 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dpci_64.c46 /* For now, override phys_mem_access_prot. If we need it,g in pcibios_init()
49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h222 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h244 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci_64.c46 /* For now, override phys_mem_access_prot. If we need it,g in pcibios_init()
49 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; in pcibios_init()
/kernel/linux/linux-6.6/drivers/char/
H A Dmem.c299 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
381 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h225 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-prd.c121 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h133 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-prd.c127 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap()
/kernel/linux/linux-5.10/drivers/char/
H A Dmem.c317 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() function
399 vma->vm_page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in mmap_mem()
/kernel/linux/linux-5.10/arch/ia64/pci/
H A Dpci.c456 prot = phys_mem_access_prot(NULL, vma->vm_pgoff, size, in pci_mmap_legacy_page_range()

Completed in 14 milliseconds

12