Searched refs:vma_prot (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/arch/mips/loongson64/common/
H A Dmem.c114 unsigned long size, pgprot_t vma_prot) phys_mem_access_prot()
122 return __pgprot((pgprot_val(vma_prot) & phys_mem_access_prot()
126 return pgprot_noncached(vma_prot); phys_mem_access_prot()
128 return vma_prot; phys_mem_access_prot()
113 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dmem.c95 unsigned long size, pgprot_t vma_prot) phys_mem_access_prot()
98 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); phys_mem_access_prot()
101 vma_prot = pgprot_noncached(vma_prot); phys_mem_access_prot()
103 return vma_prot; phys_mem_access_prot()
94 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
/linux-4.4.14/arch/x86/mm/
H A Dpat.c690 unsigned long size, pgprot_t vma_prot) phys_mem_access_prot()
692 return vma_prot; phys_mem_access_prot()
726 unsigned long size, pgprot_t *vma_prot) phys_mem_access_prot_allowed()
755 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | phys_mem_access_prot_allowed()
798 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, reserve_pfn_range() argument
803 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); reserve_pfn_range()
825 *vma_prot = __pgprot((pgprot_val(*vma_prot) & reserve_pfn_range()
852 *vma_prot = __pgprot((pgprot_val(*vma_prot) & reserve_pfn_range()
689 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
725 phys_mem_access_prot_allowed(struct file *file, unsigned long pfn, unsigned long size, pgprot_t *vma_prot) phys_mem_access_prot_allowed() argument
/linux-4.4.14/drivers/char/
H A Dmem.c224 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) phys_mem_access_prot_allowed()
266 unsigned long size, pgprot_t vma_prot) phys_mem_access_prot()
272 return pgprot_noncached(vma_prot); phys_mem_access_prot()
274 return vma_prot; phys_mem_access_prot()
223 phys_mem_access_prot_allowed(struct file *file, unsigned long pfn, unsigned long size, pgprot_t *vma_prot) phys_mem_access_prot_allowed() argument
265 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
/linux-4.4.14/arch/arm64/mm/
H A Dmmu.c55 unsigned long size, pgprot_t vma_prot) phys_mem_access_prot()
58 return pgprot_noncached(vma_prot); phys_mem_access_prot()
60 return pgprot_writecombine(vma_prot); phys_mem_access_prot()
61 return vma_prot; phys_mem_access_prot()
54 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
/linux-4.4.14/arch/ia64/kernel/
H A Defi.c895 pgprot_t vma_prot) phys_mem_access_prot()
907 return pgprot_cacheable(vma_prot); phys_mem_access_prot()
909 return pgprot_noncached(vma_prot); phys_mem_access_prot()
916 return pgprot_cacheable(vma_prot); phys_mem_access_prot()
918 return pgprot_noncached(vma_prot); phys_mem_access_prot()
894 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable_types.h403 unsigned long size, pgprot_t vma_prot);
405 unsigned long size, pgprot_t *vma_prot);
/linux-4.4.14/arch/mips/include/asm/
H A Dpgtable.h646 unsigned long size, pgprot_t vma_prot);
648 unsigned long size, pgprot_t *vma_prot);
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmachdep.h165 pgprot_t vma_prot);
H A Dpgtable.h217 unsigned long size, pgprot_t vma_prot);
/linux-4.4.14/arch/arm/mm/
H A Dmmu.c702 unsigned long size, pgprot_t vma_prot) phys_mem_access_prot()
705 return pgprot_noncached(vma_prot); phys_mem_access_prot()
707 return pgprot_writecombine(vma_prot); phys_mem_access_prot()
708 return vma_prot; phys_mem_access_prot()
701 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) phys_mem_access_prot() argument
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable.h131 unsigned long size, pgprot_t vma_prot);
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h357 unsigned long size, pgprot_t vma_prot);
/linux-4.4.14/arch/arm64/include/asm/
H A Dpgtable.h395 unsigned long size, pgprot_t vma_prot);

Completed in 572 milliseconds