Home
last modified time | relevance | path

Searched refs:vma_prot (Results 1 – 8 of 8) 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/powerpc/include/asm/
H A Dpgtable.h113 pgprot_t vma_prot);
117 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
119 return __phys_mem_access_prot(pfn, size, vma_prot); in phys_mem_access_prot()
/linux/drivers/char/
H A Dmem.c243 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
270 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
276 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
278 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.h132 unsigned long size, pgprot_t vma_prot);
/linux/include/linux/
H A Dpgtable.h1932 unsigned long size, pgprot_t *vma_prot);
/linux/arch/arm64/include/asm/
H A Dpgtable.h814 unsigned long size, pgprot_t vma_prot);