Home
last modified time | relevance | path

Searched refs:vma_prot (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/arch/csky/mm/
H A Dioremap.c9 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 Dmemtype.c786 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 Dmem.c38 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 Dpgtable.h18 unsigned long size, pgprot_t vma_prot);
/openbmc/linux/drivers/char/
H A Dmem.c266 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 Defi.c894 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 Dmmu.c96 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 Dmachdep.h112 pgprot_t vma_prot);
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h245 unsigned long size, pgprot_t vma_prot);
/openbmc/linux/arch/arm/mm/
H A Dmmu.c714 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 Dpgtable.h223 unsigned long size, pgprot_t vma_prot);
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h133 unsigned long size, pgprot_t vma_prot);
/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h319 unsigned long size, pgprot_t vma_prot);
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h539 unsigned long size, pgprot_t vma_prot);
/openbmc/linux/include/linux/
H A Dpgtable.h1529 unsigned long size, pgprot_t *vma_prot);
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h587 unsigned long size, pgprot_t vma_prot);