Searched refs:copy_vma (Results 1 – 2 of 2) sorted by relevance
41 vma_new = copy_vma(&vma, 0, 0x2000, 0, &need_locks); in test_copy_vma() 54 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, &need_locks); in test_copy_vma() 642 TEST(copy_vma);
1864 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma() function