Searched refs:vma_modify_flags (Results 1 – 7 of 7) sorted by relevance
| /linux/mm/ |
| H A D | mseal.c | 74 vma = vma_modify_flags(&vmi, prev, vma, curr_start, in mseal_apply() 177 * from vma_modify_flags, e.g. merge/split error, or process in do_mseal()
|
| H A D | vma.h | 355 __must_check struct vm_area_struct *vma_modify_flags(struct vma_iterator *vmi,
|
| H A D | mlock.c | 481 vma = vma_modify_flags(vmi, *prev, vma, start, end, &newflags); in mlock_fixup()
|
| H A D | mprotect.c | 756 vma = vma_modify_flags(vmi, *pprev, vma, start, end, &newflags); in mprotect_fixup()
|
| H A D | madvise.c | 167 vma = vma_modify_flags(&vmi, madv_behavior->prev, vma, in madvise_update_vma()
|
| H A D | vma.c | 1689 struct vm_area_struct *vma_modify_flags(struct vma_iterator *vmi, in vma_modify_flags() function
|
| /linux/tools/testing/vma/tests/ |
| H A D | merge.c | 144 vma = vma_modify_flags(&vmi, init_vma, init_vma, in test_simple_modify()
|