Home
last modified time | relevance | path

Searched refs:old_start (Results 1 – 2 of 2) sorted by relevance

/mm/
A Dvma_exec.c33 unsigned long old_start = vma->vm_start; in relocate_vma_down() local
35 unsigned long length = old_end - old_start; in relocate_vma_down()
36 unsigned long new_start = old_start - shift; in relocate_vma_down()
42 PAGETABLE_MOVE(pmc, vma, vma, old_start, new_start, length); in relocate_vma_down()
71 if (new_end > old_start) { in relocate_vma_down()
84 free_pgd_range(&tlb, old_start, old_end, new_end, in relocate_vma_down()
A Dmremap.c1245 unsigned long old_start = vrm->vma->vm_start; in dontunmap_complete() local
1258 if (new_vma != vrm->vma && start == old_start && end == old_end) in dontunmap_complete()

Completed in 10 milliseconds