Searched refs:vma_modify_flags (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/mm/ |
D | mseal.c | 81 vma = vma_modify_flags(vmi, *prev, vma, start, end, newflags); in mseal_fixup()
|
D | vma.h | 276 struct vm_area_struct *vma_modify_flags(struct vma_iterator *vmi,
|
D | mlock.c | 481 vma = vma_modify_flags(vmi, *prev, vma, start, end, newflags); in mlock_fixup()
|
D | mprotect.c | 664 vma = vma_modify_flags(vmi, *pprev, vma, start, end, newflags); in mprotect_fixup()
|
D | vma.c | 1446 struct vm_area_struct *vma_modify_flags( in vma_modify_flags() function
|
/linux-6.12.1/tools/testing/vma/ |
D | vma.c | 274 vma = vma_modify_flags(&vmi, init_vma, init_vma, in test_simple_modify()
|