MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
vm_area_struct_t Struct Reference

Virtual Memory Area, used to store details of a process segment. More...

Public Attributes

struct mm_struct_tvm_mm
 Pointer to the memory descriptor associated with this area.
 
uint32_t vm_start
 Start address of the segment, inclusive.
 
uint32_t vm_end
 End address of the segment, exclusive.
 
list_head vm_list
 Linked list of memory areas.
 
pgprot_t vm_page_prot
 Page protection flags (permissions).
 
unsigned short vm_flags
 Flags indicating attributes of the memory area.
 

Detailed Description

Virtual Memory Area, used to store details of a process segment.


The documentation for this struct was generated from the following file: