Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvmacache.h18 extern struct vm_area_struct *vmacache_find_exact(struct mm_struct *mm,
/OK3568_Linux_fs/kernel/mm/
H A Dvmacache.c92 struct vm_area_struct *vmacache_find_exact(struct mm_struct *mm, in vmacache_find_exact() function
H A Dnommu.c731 vma = vmacache_find_exact(mm, addr, end); in find_vma_exact()