Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Dstubs.h393 static inline void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap) in unmap_vmas() function
/linux/mm/
H A Dvma.c488 unmap_vmas(&tlb, unmap); in unmap_region()
H A Dmemory.c2146 * unmap_vmas - unmap a range of memory covered by a list of vma's
2156 * unmap_vmas() assumes that the caller will flush the whole unmapped address
2157 * range after unmap_vmas() returns. So the only responsibility here is to
2158 * ensure that any thus-far unmapped pages are flushed before unmap_vmas()
2161 void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap) in unmap_vmas() function