/linux-4.4.14/arch/mips/loongson64/common/ |
H A D | mem.c | 114 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 D | mem.c | 95 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 D | pat.c | 690 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 D | mem.c | 224 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 D | mmu.c | 55 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 D | efi.c | 895 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 D | pgtable_types.h | 403 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 D | pgtable.h | 646 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 D | machdep.h | 165 pgprot_t vma_prot);
|
H A D | pgtable.h | 217 unsigned long size, pgprot_t vma_prot);
|
/linux-4.4.14/arch/arm/mm/ |
H A D | mmu.c | 702 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 D | pgtable.h | 131 unsigned long size, pgprot_t vma_prot);
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | pgtable.h | 357 unsigned long size, pgprot_t vma_prot);
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | pgtable.h | 395 unsigned long size, pgprot_t vma_prot);
|