Searched refs:vma_prot (Results 1 - 13 of 13) sorted by relevance

/arch/mips/loongson/common/
H A Dmem.c114 unsigned long size, pgprot_t vma_prot)
122 return __pgprot((pgprot_val(vma_prot) &
126 return pgprot_noncached(vma_prot);
128 return vma_prot;
113 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) argument
/arch/x86/mm/
H A Dpat.c485 unsigned long size, pgprot_t vma_prot)
487 return vma_prot;
521 unsigned long size, pgprot_t *vma_prot)
550 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) |
593 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, argument
598 unsigned long want_flags = (pgprot_val(*vma_prot) & _PAGE_CACHE_MASK);
620 *vma_prot = __pgprot((pgprot_val(*vma_prot) &
648 *vma_prot
484 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) argument
520 phys_mem_access_prot_allowed(struct file *file, unsigned long pfn, unsigned long size, pgprot_t *vma_prot) argument
[all...]
/arch/powerpc/mm/
H A Dmem.c96 unsigned long size, pgprot_t vma_prot)
99 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);
102 vma_prot = pgprot_noncached(vma_prot);
104 return vma_prot;
95 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) argument
/arch/arm64/mm/
H A Dmmu.c124 unsigned long size, pgprot_t vma_prot)
127 return pgprot_noncached(vma_prot);
129 return pgprot_writecombine(vma_prot);
130 return vma_prot;
123 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) argument
/arch/x86/include/asm/
H A Dpgtable_types.h360 unsigned long size, pgprot_t vma_prot);
362 unsigned long size, pgprot_t *vma_prot);
/arch/mips/include/asm/
H A Dpgtable.h598 unsigned long size, pgprot_t vma_prot);
600 unsigned long size, pgprot_t *vma_prot);
/arch/powerpc/include/asm/
H A Dmachdep.h196 pgprot_t vma_prot);
H A Dpgtable.h240 unsigned long size, pgprot_t vma_prot);
/arch/ia64/kernel/
H A Defi.c896 pgprot_t vma_prot)
908 return pgprot_cacheable(vma_prot);
910 return pgprot_noncached(vma_prot);
917 return pgprot_cacheable(vma_prot);
919 return pgprot_noncached(vma_prot);
895 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) argument
/arch/arm/include/asm/
H A Dpgtable.h131 unsigned long size, pgprot_t vma_prot);
/arch/arm/mm/
H A Dmmu.c682 unsigned long size, pgprot_t vma_prot)
685 return pgprot_noncached(vma_prot);
687 return pgprot_writecombine(vma_prot);
688 return vma_prot;
681 phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) argument
/arch/arm64/include/asm/
H A Dpgtable.h331 unsigned long size, pgprot_t vma_prot);
/arch/ia64/include/asm/
H A Dpgtable.h361 unsigned long size, pgprot_t vma_prot);

Completed in 824 milliseconds