Searched defs:vm_area_struct (Results 1 – 11 of 11) sorted by relevance
2331 struct vm_area_struct { struct2332 union {2339 struct mm_struct *vm_mm;2340 pgprot_t vm_page_prot;2341 union {2345 int vm_lock_seq;2369 void (*open)(struct vm_area_struct *); argument
2537 struct vm_area_struct { struct2540 struct vm_area_struct *vm_next; argument2541 struct vm_area_struct *vm_prev; argument2542 struct rb_node vm_rb;2543 long unsigned int rb_subtree_gap;2544 struct mm_struct *vm_mm;2545 pgprot_t vm_page_prot;2546 long unsigned int vm_flags;2547 union {2554 struct list_head anon_vma_chain;[all …]
1970 struct vm_area_struct { struct1973 struct vm_area_struct *vm_next; argument1974 struct vm_area_struct *vm_prev; argument1975 struct rb_node vm_rb;1976 long unsigned int rb_subtree_gap;1977 struct mm_struct *vm_mm;1978 pgprot_t vm_page_prot;1979 long unsigned int vm_flags;1980 union {1987 struct list_head anon_vma_chain;[all …]
2235 struct vm_area_struct { struct2236 long unsigned int vm_start;2237 long unsigned int vm_end;2238 struct mm_struct *vm_mm;2239 pgprot_t vm_page_prot;2263 void (*open)(struct vm_area_struct *); argument
1625 struct vm_area_struct { struct1628 struct vm_area_struct *vm_next; argument1629 struct vm_area_struct *vm_prev; argument1630 struct rb_node vm_rb;1631 long unsigned int rb_subtree_gap;1632 struct mm_struct *vm_mm;1633 pgprot_t vm_page_prot;1634 long unsigned int vm_flags;1635 union {1642 struct list_head anon_vma_chain;[all …]
2297 struct vm_area_struct { struct2298 long unsigned int vm_start;2299 long unsigned int vm_end;2300 struct mm_struct *vm_mm;2301 pgprot_t vm_page_prot;2302 long unsigned int vm_flags;2303 struct {2329 void (*open)(struct vm_area_struct *); argument