Home
last modified time | relevance | path

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

/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()
/linux/arch/x86/mm/pat/
H A Dmemtype.c784 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
787 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
789 return vma_prot; in phys_mem_access_prot()
820 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed()
830 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed()
872 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range()
877 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range()
899 *vma_prot in reserve_pfn_range()
783 phys_mem_access_prot(struct file * file,unsigned long pfn,unsigned long size,pgprot_t vma_prot) phys_mem_access_prot() argument
819 phys_mem_access_prot_allowed(struct file * file,unsigned long pfn,unsigned long size,pgprot_t * vma_prot) phys_mem_access_prot_allowed() argument
871 reserve_pfn_range(u64 paddr,unsigned long size,pgprot_t * vma_prot,int strict_prot) reserve_pfn_range() argument
[all...]
/linux/arch/powerpc/include/asm/
H A Dpgtable.h125 pgprot_t vma_prot);
129 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
131 return __phys_mem_access_prot(pfn, size, vma_prot); in phys_mem_access_prot()
H A Dmachdep.h112 pgprot_t vma_prot);
/linux/drivers/char/
H A Dmem.c261 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
288 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
294 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
296 return vma_prot; in phys_mem_access_prot()
/linux/arch/arm64/mm/
H A Dmmu.c100 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
103 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
105 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
106 return vma_prot; in phys_mem_access_prot()
/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()
/linux/arch/csky/include/asm/
H A Dpgtable.h223 unsigned long size, pgprot_t vma_prot);
/linux/arch/arm/include/asm/
H A Dpgtable.h133 unsigned long size, pgprot_t vma_prot);
/linux/include/linux/
H A Dpgtable.h1755 unsigned long size, pgprot_t *vma_prot);
/linux/arch/arm64/include/asm/
H A Dpgtable.h684 unsigned long size, pgprot_t vma_prot);