Searched refs:vma_prot (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/csky/mm/ |
| H A D | ioremap.c | 9 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 D | pgtable.h | 113 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 D | mem.c | 243 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 D | mmu.c | 714 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 D | pgtable.h | 223 unsigned long size, pgprot_t vma_prot);
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable.h | 132 unsigned long size, pgprot_t vma_prot);
|
| /linux/include/linux/ |
| H A D | pgtable.h | 1932 unsigned long size, pgprot_t *vma_prot);
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 814 unsigned long size, pgprot_t vma_prot);
|