Searched defs:vm_area_struct (Results 1 – 3 of 3) sorted by relevance
245 struct vm_area_struct { struct248 union {259 struct mm_struct *vm_mm; /* The address space we belong to. */260 pgprot_t vm_page_prot; /* Access permissions of this VMA. */266 union {273 bool detached;289 unsigned int vm_lock_seq;290 struct vma_lock *vm_lock;298 struct {301 } shared;[all …]
235 static void dummy_close(struct vm_area_struct *) in dummy_close()
681 struct vm_area_struct { struct684 union {699 struct mm_struct *vm_mm;700 pgprot_t vm_page_prot; /* Access permissions of this VMA. */706 union {716 bool detached;732 unsigned int vm_lock_seq;734 struct vma_lock *vm_lock;742 struct {745 } shared;[all …]