Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance
619 struct vm_area_struct { struct622 union {633 struct mm_struct *vm_mm; /* The address space we belong to. */634 pgprot_t vm_page_prot; /* Access permissions of this VMA. */640 union {660 int vm_lock_seq;661 struct vma_lock *vm_lock;664 bool detached;672 struct {675 } shared;[all …]