Searched refs:vma_prot (Results 1 – 8 of 8) sorted by relevance
/arch/x86/mm/ |
D | pat.c | 501 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 503 return vma_prot; in phys_mem_access_prot() 538 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument 599 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed() 604 void map_devmem(unsigned long pfn, unsigned long size, pgprot_t vma_prot) in map_devmem() argument 606 unsigned long want_flags = (pgprot_val(vma_prot) & _PAGE_CACHE_MASK); in map_devmem() 621 void unmap_devmem(unsigned long pfn, unsigned long size, pgprot_t vma_prot) in unmap_devmem() argument 633 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument 639 unsigned long want_flags = (pgprot_val(*vma_prot) & _PAGE_CACHE_MASK); in reserve_pfn_range() 669 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
|
/arch/powerpc/mm/ |
D | mem.c | 99 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument 102 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot() 105 vma_prot = pgprot_noncached(vma_prot); in phys_mem_access_prot() 107 return vma_prot; in phys_mem_access_prot()
|
/arch/x86/include/asm/ |
D | page.h | 62 pgprot_t vma_prot); 64 pgprot_t vma_prot);
|
D | pgtable.h | 384 unsigned long size, pgprot_t vma_prot); 386 unsigned long size, pgprot_t *vma_prot);
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 42 unsigned long size, pgprot_t vma_prot);
|
D | machdep.h | 180 pgprot_t vma_prot);
|
/arch/ia64/kernel/ |
D | efi.c | 915 pgprot_t vma_prot) in phys_mem_access_prot() argument 927 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 929 return pgprot_noncached(vma_prot); in phys_mem_access_prot() 936 return pgprot_cacheable(vma_prot); in phys_mem_access_prot() 938 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/arch/ia64/include/asm/ |
D | pgtable.h | 362 unsigned long size, pgprot_t vma_prot);
|