Searched refs:unmap_vmas (Results 1 – 3 of 3) sorted by relevance
393 static inline void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap) in unmap_vmas() function
488 unmap_vmas(&tlb, unmap); in unmap_region()
2146 * unmap_vmas - unmap a range of memory covered by a list of vma's2156 * unmap_vmas() assumes that the caller will flush the whole unmapped address2157 * range after unmap_vmas() returns. So the only responsibility here is to2158 * 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