/openbmc/linux/arch/csky/mm/ |
H A 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()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 786 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 789 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot() 791 return vma_prot; in phys_mem_access_prot() 822 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 832 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed() 874 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument 879 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range() 901 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range() 928 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | mem.c | 38 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 41 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 44 vma_prot = pgprot_noncached(vma_prot); in phys_mem_access_prot() 46 return vma_prot; in phys_mem_access_prot()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/ |
H A D | pgtable.h | 18 unsigned long size, pgprot_t vma_prot);
|
/openbmc/linux/drivers/char/ |
H A D | mem.c | 266 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 301 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 307 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 309 return vma_prot; in phys_mem_access_prot()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | efi.c | 894 pgprot_t vma_prot) in phys_mem_access_prot() argument 906 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 908 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 915 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 917 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | mmu.c | 96 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 99 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 101 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 102 return vma_prot; in phys_mem_access_prot()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | machdep.h | 112 pgprot_t vma_prot);
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 245 unsigned long size, pgprot_t vma_prot);
|
/openbmc/linux/arch/arm/mm/ |
H A D | mmu.c | 714 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 717 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 719 return pgprot_writecombine(vma_prot); in phys_mem_access_prot() 720 return vma_prot; in phys_mem_access_prot()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 223 unsigned long size, pgprot_t vma_prot);
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 133 unsigned long size, pgprot_t vma_prot);
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 319 unsigned long size, pgprot_t vma_prot);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable_types.h | 539 unsigned long size, pgprot_t vma_prot);
|
/openbmc/linux/include/linux/ |
H A D | pgtable.h | 1529 unsigned long size, pgprot_t *vma_prot);
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 587 unsigned long size, pgprot_t vma_prot);
|