/linux-4.1.27/arch/mips/loongson/common/ |
D | mem.c | 114 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 122 return __pgprot((pgprot_val(vma_prot) & in phys_mem_access_prot() 126 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 128 return vma_prot; in phys_mem_access_prot()
|
/linux-4.1.27/arch/x86/mm/ |
D | pat.c | 607 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 609 return vma_prot; in phys_mem_access_prot() 643 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 672 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed() 716 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument 721 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range() 743 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range() 771 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | mem.c | 95 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 98 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 101 vma_prot = pgprot_noncached(vma_prot); in phys_mem_access_prot() 103 return vma_prot; in phys_mem_access_prot()
|
/linux-4.1.27/arch/arm64/mm/ |
D | mmu.c | 53 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 56 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 58 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 59 return vma_prot; in phys_mem_access_prot()
|
/linux-4.1.27/drivers/char/ |
D | mem.c | 224 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 266 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 272 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 274 return vma_prot; in phys_mem_access_prot()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_types.h | 374 unsigned long size, pgprot_t vma_prot); 376 unsigned long size, pgprot_t *vma_prot);
|
/linux-4.1.27/arch/ia64/kernel/ |
D | efi.c | 896 pgprot_t vma_prot) in phys_mem_access_prot() argument 908 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 910 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 917 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 919 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 206 unsigned long size, pgprot_t vma_prot);
|
D | machdep.h | 191 pgprot_t vma_prot);
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 644 unsigned long size, pgprot_t vma_prot); 646 unsigned long size, pgprot_t *vma_prot);
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 660 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 663 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 665 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 666 return vma_prot; in phys_mem_access_prot()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 131 unsigned long size, pgprot_t vma_prot);
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 357 unsigned long size, pgprot_t vma_prot);
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 333 unsigned long size, pgprot_t vma_prot);
|