/kernel/linux/linux-5.10/arch/csky/mm/ |
D | ioremap.c | 9 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 12 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 17 return vma_prot; in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
D | memtype.c | 823 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 826 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot() 828 return vma_prot; in phys_mem_access_prot() 859 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 869 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed() 911 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument 916 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range() 938 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range() 965 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | mem.c | 71 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 74 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 77 vma_prot = pgprot_noncached(vma_prot); in phys_mem_access_prot() 79 return vma_prot; in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 26 unsigned long size, pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/drivers/char/ |
D | mem.c | 276 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 318 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 324 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 326 return vma_prot; in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | efi.c | 892 pgprot_t vma_prot) in phys_mem_access_prot() argument 904 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 906 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 913 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 915 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | machdep.h | 119 pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | mmu.c | 82 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 85 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 87 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 88 return vma_prot; in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 256 unsigned long size, pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | mmu.c | 677 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 680 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 682 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 683 return vma_prot; in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | pgtable.h | 226 unsigned long size, pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable.h | 125 unsigned long size, pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgtable.h | 356 unsigned long size, pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgtable_types.h | 528 unsigned long size, pgprot_t vma_prot);
|
/kernel/linux/linux-5.10/include/linux/ |
D | pgtable.h | 1371 unsigned long size, pgprot_t *vma_prot);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable.h | 511 unsigned long size, pgprot_t vma_prot);
|