Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance
2221 struct vm_area_struct { struct2224 struct vm_area_struct *vm_next; argument2225 struct vm_area_struct *vm_prev; argument2226 struct rb_node vm_rb;2227 long unsigned int rb_subtree_gap;2228 struct mm_struct *vm_mm;2229 pgprot_t vm_page_prot;2230 long unsigned int vm_flags;2231 struct {2234 } shared;[all …]