Searched defs:vm_area_struct (Results 1 – 3 of 3) sorted by relevance
190 struct vm_area_struct { struct193 union {204 struct mm_struct *vm_mm; /* The address space we belong to. */205 pgprot_t vm_page_prot; /* Access permissions of this VMA. */211 union {218 bool detached;234 int vm_lock_seq;235 struct vma_lock *vm_lock;243 struct {246 } shared;[all …]
222 static void dummy_close(struct vm_area_struct *) in dummy_close()
667 struct vm_area_struct { struct670 union {685 struct mm_struct *vm_mm;686 pgprot_t vm_page_prot; /* Access permissions of this VMA. */692 union {702 bool detached;718 int vm_lock_seq;720 struct vma_lock *vm_lock;728 struct {731 } shared;[all …]