/linux-4.4.14/arch/mips/loongson64/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.4.14/arch/x86/mm/ |
D | pat.c | 690 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 692 return vma_prot; in phys_mem_access_prot() 726 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 755 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed() 798 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument 803 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range() 825 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range() 852 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
|
/linux-4.4.14/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.4.14/arch/arm64/mm/ |
D | mmu.c | 55 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 58 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 60 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 61 return vma_prot; in phys_mem_access_prot()
|
/linux-4.4.14/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.4.14/arch/x86/include/asm/ |
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/ia64/kernel/ |
D | efi.c | 895 pgprot_t vma_prot) in phys_mem_access_prot() argument 907 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 909 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 916 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 918 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 646 unsigned long size, pgprot_t vma_prot); 648 unsigned long size, pgprot_t *vma_prot);
|
/linux-4.4.14/arch/arm/mm/ |
D | mmu.c | 702 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 705 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 707 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 708 return vma_prot; in phys_mem_access_prot()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 217 unsigned long size, pgprot_t vma_prot);
|
D | machdep.h | 165 pgprot_t vma_prot);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 131 unsigned long size, pgprot_t vma_prot);
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 357 unsigned long size, pgprot_t vma_prot);
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 395 unsigned long size, pgprot_t vma_prot);
|