Searched defs:vm_area_struct (Results 1 – 3 of 3) sorted by relevance
315 struct vm_area_struct { struct323 struct vm_area_struct *vm_next, *vm_prev; argument325 struct rb_node vm_rb;333 unsigned long rb_subtree_gap;337 struct mm_struct *vm_mm; /* The address space we belong to. */343 pgprot_t vm_page_prot;344 unsigned long vm_flags; /* Flags, see mm.h. */354 union {372 struct list_head anon_vma_chain; /* Serialized by mmap_lock &374 struct anon_vma *anon_vma; /* Serialized by page_table_lock */[all …]
565 struct vm_area_struct { struct568 union {579 struct mm_struct *vm_mm; /* The address space we belong to. */580 pgprot_t vm_page_prot; /* Access permissions of this VMA. */586 union {606 int vm_lock_seq;607 struct vma_lock *vm_lock;610 bool detached;618 struct {621 } shared;[all …]
442 struct vm_area_struct, vm_rb, in RB_DECLARE_CALLBACKS_MAX()