Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance
444 struct vm_area_struct { struct447 unsigned long vm_start; /* Our start address within vm_mm. */448 unsigned long vm_end; /* The first byte after our end address451 struct mm_struct *vm_mm; /* The address space we belong to. */457 pgprot_t vm_page_prot;458 unsigned long vm_flags; /* Flags, see mm.h. */468 union {486 struct list_head anon_vma_chain; /* Serialized by mmap_lock &488 struct anon_vma *anon_vma; /* Serialized by page_table_lock */491 const struct vm_operations_struct *vm_ops;[all …]