Searched defs:vma_munmap_struct (Results 1 – 1 of 1) sorted by relevance
34 struct vma_munmap_struct { struct35 struct vma_iterator *vmi;36 struct vm_area_struct *vma; /* The first vma to munmap */37 struct vm_area_struct *prev; /* vma before the munmap area */38 struct vm_area_struct *next; /* vma after the munmap area */39 struct list_head *uf; /* Userfaultfd list_head */40 unsigned long start; /* Aligned start addr (inclusive) */41 unsigned long end; /* Aligned end addr (exclusive) */42 unsigned long unmap_start; /* Unmap PTE start */43 unsigned long unmap_end; /* Unmap PTE end */[all …]