Searched refs:mpnt (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mm/ |
D | fault-armv.c | 136 struct vm_area_struct *mpnt; in make_coherent() local 150 vma_prio_tree_foreach(mpnt, &iter, &mapping->i_mmap, pgoff, pgoff) { in make_coherent() 156 if (mpnt->vm_mm != mm || mpnt == vma) in make_coherent() 158 if (!(mpnt->vm_flags & VM_MAYSHARE)) in make_coherent() 160 offset = (pgoff - mpnt->vm_pgoff) << PAGE_SHIFT; in make_coherent() 161 aliases += adjust_pte(mpnt, mpnt->vm_start + offset, pfn); in make_coherent()
|
D | flush.c | 198 struct vm_area_struct *mpnt; in __flush_dcache_aliases() local 211 vma_prio_tree_foreach(mpnt, &iter, &mapping->i_mmap, pgoff, pgoff) { in __flush_dcache_aliases() 217 if (mpnt->vm_mm != mm) in __flush_dcache_aliases() 219 if (!(mpnt->vm_flags & VM_MAYSHARE)) in __flush_dcache_aliases() 221 offset = (pgoff - mpnt->vm_pgoff) << PAGE_SHIFT; in __flush_dcache_aliases() 222 flush_cache_page(mpnt, mpnt->vm_start + offset, page_to_pfn(page)); in __flush_dcache_aliases()
|
/arch/parisc/kernel/ |
D | cache.c | 278 struct vm_area_struct *mpnt; in flush_dcache_page() local 302 vma_prio_tree_foreach(mpnt, &iter, &mapping->i_mmap, pgoff, pgoff) { in flush_dcache_page() 303 offset = (pgoff - mpnt->vm_pgoff) << PAGE_SHIFT; in flush_dcache_page() 304 addr = mpnt->vm_start + offset; in flush_dcache_page() 315 flush_tlb_page(mpnt, addr); in flush_dcache_page() 317 __flush_cache_page(mpnt, addr, page_to_phys(page)); in flush_dcache_page() 319 …VALENT ALIASES 0x%lx and 0x%lx in file %s\n", old_addr, addr, mpnt->vm_file ? (char *)mpnt->vm_fil… in flush_dcache_page()
|