Searched defs:vm_area_struct (Results 1 – 7 of 7) sorted by relevance
1596 struct vm_area_struct { struct1599 struct vm_area_struct *vm_next; argument1600 struct vm_area_struct *vm_prev; argument1601 struct rb_node vm_rb;1602 long unsigned int rb_subtree_gap;1603 struct mm_struct *vm_mm;1604 pgprot_t vm_page_prot;1605 long unsigned int vm_flags;1606 struct {1609 } shared;[all …]
2776 struct vm_area_struct { struct2779 struct vm_area_struct *vm_next; argument2780 struct vm_area_struct *vm_prev; argument2781 struct rb_node vm_rb;2782 long unsigned int rb_subtree_gap;2783 struct mm_struct *vm_mm;2784 pgprot_t vm_page_prot;2785 long unsigned int vm_flags;2786 union {2793 struct list_head anon_vma_chain;[all …]
2166 struct vm_area_struct { struct2169 struct vm_area_struct *vm_next; argument2170 struct vm_area_struct *vm_prev; argument2171 struct rb_node vm_rb;2172 long unsigned int rb_subtree_gap;2173 struct mm_struct *vm_mm;2174 pgprot_t vm_page_prot;2175 long unsigned int vm_flags;2176 struct {2179 } shared;[all …]
3147 struct vm_area_struct { struct3150 struct vm_area_struct *vm_next; argument3151 struct vm_area_struct *vm_prev; argument3152 struct rb_node vm_rb;3153 long unsigned int rb_subtree_gap;3154 struct mm_struct *vm_mm;3155 pgprot_t vm_page_prot;3156 long unsigned int vm_flags;3157 struct {3160 } shared;[all …]