Home
last modified time | relevance | path

Searched defs:vma_remap_struct (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/mm/ !
Dmremap.c50 struct vma_remap_struct { struct
52 unsigned long addr; /* User-specified address from which we remap. */
53 unsigned long old_len; /* Length of range being remapped. */
54 unsigned long new_len; /* Desired new length of mapping. */
55 unsigned long flags; /* user-specified MREMAP_* flags. */
56 unsigned long new_addr; /* Optionally, desired new address. */
59 struct vm_userfaultfd_ctx *uf;
60 struct list_head *uf_unmap_early;
61 struct list_head *uf_unmap;
64 struct vm_area_struct *vma;
[all …]