MentOS
0.8.0
The Mentoring Operating System
|
Virtual Memory Area, used to store details of a process segment. More...
Public Attributes | |
struct mm_struct_t * | vm_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. | |
Virtual Memory Area, used to store details of a process segment.