Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvmacache.h18 extern struct vm_area_struct *vmacache_find_exact(struct mm_struct *mm,
/Linux-v5.4/mm/
Dvmacache.c93 struct vm_area_struct *vmacache_find_exact(struct mm_struct *mm, in vmacache_find_exact() function
Dnommu.c756 vma = vmacache_find_exact(mm, addr, end); in find_vma_exact()