Home
last modified time | relevance | path

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

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