Home
last modified time | relevance | path

Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dmm_types.h283 struct vm_area_struct { struct
291 struct vm_area_struct *vm_next, *vm_prev; argument
293 struct rb_node vm_rb;
301 unsigned long rb_subtree_gap;
305 struct mm_struct *vm_mm; /* The address space we belong to. */
306 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
307 unsigned long vm_flags; /* Flags, see mm.h. */
317 union {
331 struct list_head anon_vma_chain; /* Serialized by mmap_sem &
333 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
[all …]