Home
last modified time | relevance | path

Searched refs:vmacache_find_exact (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dvmacache.h24 extern struct vm_area_struct *vmacache_find_exact(struct mm_struct *mm,
/linux-4.1.27/mm/
Dvmacache.c112 struct vm_area_struct *vmacache_find_exact(struct mm_struct *mm, in vmacache_find_exact() function
Dnommu.c924 vma = vmacache_find_exact(mm, addr, end); in find_vma_exact()