Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/loongson/common/
Dmem.c72 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
80 return __pgprot((pgprot_val(vma_prot) & in phys_mem_access_prot()
84 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
86 return vma_prot; in phys_mem_access_prot()
/linux-3.4.99/arch/x86/mm/
Dpat.c470 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
472 return vma_prot; in phys_mem_access_prot()
507 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
536 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed()
573 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument
578 unsigned long want_flags = (pgprot_val(*vma_prot) & _PAGE_CACHE_MASK); in reserve_pfn_range()
601 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
629 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
/linux-3.4.99/arch/powerpc/mm/
Dmem.c97 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
100 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot()
103 vma_prot = pgprot_noncached(vma_prot); in phys_mem_access_prot()
105 return vma_prot; in phys_mem_access_prot()
/linux-3.4.99/drivers/char/
Dmem.c214 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
256 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
262 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
264 return vma_prot; in phys_mem_access_prot()
/linux-3.4.99/arch/x86/include/asm/
Dpgtable_types.h297 unsigned long size, pgprot_t vma_prot);
299 unsigned long size, pgprot_t *vma_prot);
/linux-3.4.99/arch/mips/include/asm/
Dpgtable.h407 unsigned long size, pgprot_t vma_prot);
409 unsigned long size, pgprot_t *vma_prot);
/linux-3.4.99/arch/ia64/kernel/
Defi.c919 pgprot_t vma_prot) in phys_mem_access_prot() argument
931 return pgprot_cacheable(vma_prot); in phys_mem_access_prot()
933 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
940 return pgprot_cacheable(vma_prot); in phys_mem_access_prot()
942 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/linux-3.4.99/arch/arm/mm/
Dmmu.c541 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
544 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
546 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
547 return vma_prot; in phys_mem_access_prot()
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable.h180 unsigned long size, pgprot_t vma_prot);
Dmachdep.h167 pgprot_t vma_prot);
/linux-3.4.99/arch/arm/include/asm/
Dpgtable.h121 unsigned long size, pgprot_t vma_prot);
/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h361 unsigned long size, pgprot_t vma_prot);