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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmmap.c1661 unmap_vmas(&tlb, vma, start, end, &nr_accounted, NULL);
1955 end = unmap_vmas(&tlb, vma, 0, -1, &nr_accounted, NULL);
H A Dmemory.c786 * unmap_vmas - unmap a range of memory covered by a list of vma's
806 * unmap_vmas() assumes that the caller will flush the whole unmapped address
807 * range after unmap_vmas() returns. So the only responsibility here is to
808 * ensure that any thus-far unmapped pages are flushed before unmap_vmas()
811 unsigned long unmap_vmas(struct mmu_gather **tlbp, function
894 end = unmap_vmas(&tlb, vma, address, end, &nr_accounted, details);
1801 * large vma, note the restart_addr from unmap_vmas when it breaks out:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmm.h739 unsigned long unmap_vmas(struct mmu_gather **tlb,

Completed in 194 milliseconds